-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Dockerfile: update golangci-lint to v1.64.5 #49481
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
Conversation
Adds go1.24 support full diff: golangci/golangci-lint@v1.63.4...v1.64.5 changelog: https://golangci-lint.run/product/changelog/#v1645 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Oh! Erm, but CI was failing I see; https://github.com/moby/moby/actions/runs/13379016111/job/37364261172
Looks like we should probably revert, then fix the issues before applying again 😅 |
Having a look at fixing those; for the test ones, we probably should suppress, but I want to look if there's a better approach, so doing so through the golangci-lint config, instead of inline |
Sorry, accidentally assumed that the CI was green 🙇♂️ Can we enable |
Yes, I need to enable that for more; GitHub and test-matrixes don't play well together, but probably for these it would work. We may want to do a similar hack as Kir did for runc; < 8556 /td> |
Adds go1.24 support
full diff: golangci/golangci-lint@v1.63.4...v1.64.5
changelog: https://golangci-lint.run/product/changelog/#v1645
- Human readable description for the release notes
- A picture of a cute animal (not mandatory but encouraged)