Skip to content

Commit 1b4ce96

Browse files
Merge pull request #44 from kichristensen/updateLint
chore(deps): bump golangci-lint from 1.57.2 to 1.62.0
2 parents 7a3fd83 + 5b801b6 commit 1b4ce96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var (
2424
DefaultStaticCheckVersion = "2023.1.6"
2525

2626
// DefaultGolangCILintVersion is the default version of golangci-lint that is installed when it's not present
27-
DefaultGolangCILintVersion = "1.57.2"
27+
DefaultGolangCILintVersion = "1.62.0"
2828
)
2929

3030
// Fail if the go version doesn't match the specified constraint

0 commit comments

Comments
 (0)