Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade golangci-lint #4504

Open
theunrepentantgeek opened this issue Dec 16, 2024 · 0 comments
Open

Upgrade golangci-lint #4504

theunrepentantgeek opened this issue Dec 16, 2024 · 0 comments
Assignees
Milestone

Comments

@theunrepentantgeek
Copy link
Member

Describe the current behavior

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.

Additional context

On the Kubernetes Slac Andrei got blocked by recvcheck and @theunrepentantgeek advised him to suppress it in .golangci-lint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants