You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Go 1.26 support with golangci-lint v2.12.2 (#225)
Update both lint scripts to use golangci-lint v2.12.2 for Go 1.26+ projects.
golangci-lint v2.12.2 is built with Go 1.26.2 and can lint Go 1.26 code.
Previous versions (v2.8.0) were built with Go 1.25 and fail with:
'the Go language version used to build golangci-lint is lower than the targeted Go version'
Version mapping:
- Go 1.26+ -> golangci-lint v2.12.2
- Go 1.24-1.25 -> golangci-lint v2.8.0
- Go 1.23 -> golangci-lint v2.3.1
Signed-off-by: Tesshu Flower <tflower@redhat.com>
0 commit comments