-
Notifications
You must be signed in to change notification settings - Fork 361
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
chore: update Go to version 1.22.7 #1233
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1233 +/- ##
=======================================
Coverage 67.78% 67.78%
=======================================
Files 174 174
Lines 16759 16756 -3
=======================================
- Hits 11360 11358 -2
+ Misses 4770 4769 -1
Partials 629 629 ☔ View full report in Codecov by Sentry. |
@another-rex could you take another look on this? There are changes due to new lint rules... |
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 Xueqin!
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.
We have so many test files haha, thanks for updating them! LGTM.
A few Go vulnerabilities are reported so this PR updates Go to the fixed version 1.22.7.
Also
golang.org/x/mod@v0.21.0
requires Go 1.22.0 as mentioned in #1204.Due to this version update, there are two new lint checks: copyloopvar and intrange.