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

Update k8s golangci-lint to v1.61.0 #1075

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

rquitales
Copy link
Contributor

v1.55.2 of golangci-lint has a false positive for: Implicit memory aliasing in for loop. when using Go with 1.22+ and the loop variable is not re-used. Updating golangci-lint, and its linters, will drop this false positive from being reported.

@rquitales rquitales requested review from blampe, EronWright and a team September 9, 2024 21:38
@rquitales rquitales self-assigned this Sep 9, 2024
@rquitales rquitales added this pull request to the merge queue Sep 9, 2024
Merged via the queue into master with commit ef73d27 Sep 9, 2024
7 checks passed
@rquitales rquitales deleted the rquitales/update-k8s-golangci-lint branch September 9, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants