Closed ldez closed 4 months ago
Hi, @ldez . I've seen https://github.com/golangci/golangci-lint/pull/4803 and I understand why you want to downgrade. I agree to downgrade the Go version, thanks.
After this PR is merged, I'd release the latest version including this PR.
Since go1.21, the Go version inside the
go.mod
is a hard requirement.Golangci-lint needs to run with go1.21.
https://github.com/golangci/golangci-lint/pull/4803