-
Notifications
You must be signed in to change notification settings - Fork 5k
chore: bump golangci-lint to v2 #21887
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #21887 +/- ##
==========================================
+ Coverage 45.36% 46.46% +1.10%
==========================================
Files 244 253 +9
Lines 13333 14233 +900
Branches 2719 2924 +205
==========================================
+ Hits 6049 6614 +565
- Misses 6983 7270 +287
- Partials 301 349 +48
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
1a4838c
to
aa55783
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.
lgtm
1d41bb9
to
b6465b6
Compare
Signed-off-by: chlins <chlins.zhang@gmail.com>
b6465b6
to
2f0fcb6
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.
lgtm
Signed-off-by: chlins <chlins.zhang@gmail.com>
* bump golang version Up golang from v2.13.11 to v2.14.5 1, cherry-pick #21887 bump golangci-lint to v2 2, bump mockery These changes are required due to the upgrade to Go v1.24.5 Signed-off-by: wy65701436 <wangyan@vmware.com>
This pull request includes updates to the
golangci-lint
version and significant changes to thegolangci-lint
configuration file. These changes aim to improve the linting process and ensure the codebase adheres to the latest standards.Updates to
golangci-lint
version:Makefile
: Updated thegolangci-lint
installation command to use versionv2.1.2
instead ofv1.55.2
.tests/ci/ut_install.sh
: Updated thegolangci-lint
installation command to use versionv2.1.2
instead ofv1.61.0
.Changes to
golangci-lint
configuration:src/.golangci.yaml
:goheader
,misspell
, andstaticcheck
.Comprehensive Summary of your change
Issue being fixed
Fixes #(issue)
Please indicate you've done the following: