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
While our install-dependencies.sh script is installing golangci-lint v1.61, the base Go image we use has been upgrade to v1.62 and a new linter (recvcheck) is causing grief.
Describe the improvement
Change our install-dependencies.sh script to install v1.62 and fix/suppress any issues it flags.
Describe the current behavior
While our
install-dependencies.sh
script is installinggolangci-lint
v1.61, the base Go image we use has been upgrade to v1.62 and a new linter (recvcheck
) is causing grief.Describe the improvement
Change our
install-dependencies.sh
script to install v1.62 and fix/suppress any issues it flags.Additional context
On the Kubernetes Slac Andrei got blocked by
recvcheck
and @theunrepentantgeek advised him to suppress it in.golangci-lint
.The text was updated successfully, but these errors were encountered: