-
Notifications
You must be signed in to change notification settings - Fork 647
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 to v2 #3330
Upgrade golangci-lint to v2 #3330
Conversation
0459e66
to
0d46a39
Compare
0d46a39
to
2a2fdae
Compare
2a2fdae
to
1bf3e3c
Compare
Signed-off-by: Oleksandr Redko <[email protected]>
1bf3e3c
to
cad433e
Compare
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.
Thanks
@@ -39,10 +39,10 @@ jobs: | |||
- name: Verify generated files | |||
run: make install-tools generate check-generated | |||
- name: Run golangci-lint | |||
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2 | |||
uses: golangci/golangci-lint-action@dec74fa03096ff515422f71d18d41307cacde373 # v7.0.0 |
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.
https://github.com/golangci/golangci-lint-action/releases/tag/v7.0.0 now points to golangci/golangci-lint-action@1481404
Was the tag recreated?
ref:
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.
golangci-lint
upgrades to v2 and the configuration changed a lot.This PR adapts
.golangci.yml
to v2 schema according to the Migration Guide.