Closed
Description
Your feature request related to a problem? Please describe.
Quite a few linters have updates available which are not going to be reported by dependabot (as they have started using tags instead of referring to a commit hash).
Found by removing the go.mod
and go.sum
file and initializing them again using go mod init github.com/golangci/golangci-lint
and go mod tidy
Describe the solution you'd like.
—
Describe alternatives you've considered.
—
Additional context.
No response