We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a3fd83 + 5b801b6 commit 1b4ce96Copy full SHA for 1b4ce96
tools/install.go
@@ -24,7 +24,7 @@ var (
24
DefaultStaticCheckVersion = "2023.1.6"
25
26
// DefaultGolangCILintVersion is the default version of golangci-lint that is installed when it's not present
27
- DefaultGolangCILintVersion = "1.57.2"
+ DefaultGolangCILintVersion = "1.62.0"
28
)
29
30
// Fail if the go version doesn't match the specified constraint
0 commit comments