build: upgrade to golangci-lint v1.45.2 (#24586)

This commit is contained in:
Martin Holst Swende
2022-03-25 13:46:33 +01:00
committed by GitHub
parent a8040bc2c5
commit 6a44bf6826
2 changed files with 42 additions and 21 deletions

View File

@ -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