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
BE-730 | golangci-lint to use toolchain of the current Go version specified in go.mod (#650)
Older versions of golangci-lint has some memory leaks when running with newer Go versions leading consuming all available RAM and crashing.
This PR forces to use toolchain of the current Go version specified in go.mod.
0 commit comments