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
{{ message }}
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
when calling golangci-lint as built after calling make in this repository, with no arguments, the following happens. The problem still occurs when I remove the go-no-map-range linter and rebuild.
I think the issue maybe has something to do with the golangci-lint version on my machine, but I'm not sure.
It seems like it's an issue with the version of golangci-lint we're using in this repo. When I upgrade it to the most recent version, it refuses to load the go-no-map-range linter (figuring out how to make that work now), but it stops segfaulting. Fix incoming in a second I think...
when calling golangci-lint as built after calling
make
in this repository, with no arguments, the following happens. The problem still occurs when I remove the go-no-map-range linter and rebuild.I think the issue maybe has something to do with the golangci-lint version on my machine, but I'm not sure.
The text was updated successfully, but these errors were encountered: