build: upgrade to golangci-lint v1.45.2 (#24586)
This commit is contained in:
committed by
GitHub
parent
a8040bc2c5
commit
6a44bf6826
@ -332,7 +332,7 @@ func doLint(cmdline []string) {
|
||||
|
||||
// downloadLinter downloads and unpacks golangci-lint.
|
||||
func downloadLinter(cachedir string) string {
|
||||
const version = "1.42.0"
|
||||
const version = "1.45.2"
|
||||
|
||||
csdb := build.MustLoadChecksums("build/checksums.txt")
|
||||
arch := runtime.GOARCH
|
||||
|
Reference in New Issue
Block a user