mirror of https://github.com/helm/helm
golangci-lint v2.5.0 is built with go1.25 and refuses to lint a module targeting go 1.26.0. Bump to v2.11.3 (matching main) and apply the new staticcheck QF1012 fixes it surfaces in jsonschema.go. Signed-off-by: Terry Howe <terrylhowe@gmail.com>pull/32168/head
parent
c678c0c9c0
commit
0ed92f0696
@ -1,2 +1,2 @@
|
||||
GOLANG_VERSION=1.26
|
||||
GOLANGCI_LINT_VERSION=v2.5.0
|
||||
GOLANGCI_LINT_VERSION=v2.11.3
|
||||
|
||||
Loading…
Reference in new issue