From 530d01e8607290ccc8e214f81a44d7e6b4eef6f7 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Sat, 17 Feb 2024 22:59:25 -0500 Subject: [PATCH] mage: bump markdown lint version --- magefiles/lint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magefiles/lint.go b/magefiles/lint.go index 741ec51cb4..037d9e2c35 100644 --- a/magefiles/lint.go +++ b/magefiles/lint.go @@ -51,7 +51,7 @@ func (Lint) Markdown() error { } return sh.RunV("docker", "run", "--rm", "-v", fmt.Sprintf("%s:/src:ro", cwd), - "ghcr.io/igorshubovych/markdownlint-cli:v0.34.0", "--config", "/src/.markdownlint.yaml", "/src") + "ghcr.io/igorshubovych/markdownlint-cli:v0.39.0", "--config", "/src/.markdownlint.yaml", "/src") } // Go Run all go linters