-
Notifications
You must be signed in to change notification settings - Fork 204
Bump golangci/golangci-lint-action from 6 to 8 #738
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheftako The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/assign @ipochi |
6bba77d to
5b62f3b
Compare
All lint-actions after 6 require you to use lint version 2+. Pulled the 2.1 version of golangci-lint Ran 'golangci-lint migrate' Fixed concerns raised by linter.
|
@cheftako last time I tried to run golangci-lint v2.x on release-0.31 branch (which uses go v1.22). It didn't work. |
Did you have the included .golangci.yaml changes? I think we should make these changes on main anyway. I'm happy to try debugging if the cherrypick doesn't work, but I would like to try this since we should do it anyway. |
|
/lgtm |
ipochi
left a comment
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.
/lgtm
All lint-actions after 6 require you to use lint version 2+.