-
Notifications
You must be signed in to change notification settings - Fork 28
Update linter to 1.64.8 #222
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
Looks good, just the failing test to fix |
those tests are also failing in other PRs: https://github.com/elastic/elastic-agent-system-metrics/pulls they seem unrelated to the changes :( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and the failing tests are flaky tests
What does this PR do?
Update golangci-lint to 1.64.8, the latest version before v2, which requires fundamental changes to the config file (for a follow-up PR).
Why is it important?
PR #220 requires a newer version of the linter in order to allow Go 1.23 iterators.
Checklist