diff --git a/tools/install.go b/tools/install.go index 83b2851..9cd72aa 100644 --- a/tools/install.go +++ b/tools/install.go @@ -24,7 +24,7 @@ var ( DefaultStaticCheckVersion = "2023.1.6" // DefaultGolangCILintVersion is the default version of golangci-lint that is installed when it's not present - DefaultGolangCILintVersion = "1.57.2" + DefaultGolangCILintVersion = "1.62.0" ) // Fail if the go version doesn't match the specified constraint