-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Bump up to go1.22 #7666
Bump up to go1.22 #7666
Conversation
351fab3
to
dcd9382
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7666 +/- ##
==========================================
- Coverage 61.29% 56.86% -4.43%
==========================================
Files 276 343 +67
Lines 31490 28391 -3099
==========================================
- Hits 19301 16144 -3157
- Misses 10830 10849 +19
- Partials 1359 1398 +39 ☔ View full report in Codecov by Sentry. |
dcd9382
to
a8737a4
Compare
e275545
to
f7613cd
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.
left comments
The UT is impacted. Please double-check the change mentioned by @mateusoliveira43. |
The coverage may have to be impacted, b/c the go1.22 stopped skipping the packages that do not include |
f7613cd
to
36d6996
Compare
This commit bumps up the golang for building and testing velero to v1.22 It also updates controller-gen to v0.14.0 to fix an issue under new versino of go. More details see golang/go#65637 Signed-off-by: Daniel Jiang <[email protected]>
36d6996
to
1b3fe95
Compare
Bump up the golang version to v1.22
It also updates controller-gen to v0.14.0 to fix an issue under new
version of go.
More details see golang/go#65637
It's known that it causes decrease to the coverage on codecov due to the change in go1.22 to calculate coverage
Please indicate you've done the following:
/kind changelog-not-required
as a comment on this pull request.site/content/docs/main
.