Skip to content

Commit 587f0f7

Browse files
committed
update linter
1 parent 88c9944 commit 587f0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magefile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
// subdirectories
1616
func Lint() error {
1717
linter := sh.OutCmd(filepath.Join(RepoRoot(), "bin", "golangci-lint"))
18-
version := "1.39.0"
18+
version := "1.52.2"
1919

2020
currentVersion, err := linter("--version")
2121
if err != nil || !strings.Contains(currentVersion, version) {

0 commit comments

Comments
 (0)