-
Notifications
You must be signed in to change notification settings - Fork 917
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
Automated cherry pick of #6066: Bump Go version to 1.22.11 #6070
Automated cherry pick of #6066: Bump Go version to 1.22.11 #6070
Conversation
Signed-off-by: Yihao Wang <[email protected]>
Signed-off-by: Yihao Wang <[email protected]>
@@ -1,6 +1,6 @@ | |||
module github.com/karmada-io/karmada | |||
|
|||
go 1.22.7 // keep in sync with .go-version, Readme.md#Prerequisites, hack/util.sh | |||
go 1.22.11 // keep in sync with .go-version and hack/util.sh |
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.
This change is simply cherry-picked. But looks like release-1.11 has more things to keep in sync. Do I need to update Readme.mc#Reprequisites
and also keep this note in this 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.
Your carefulness presses me!
Thanks, but it seems the Readme.mc#Reprequisites
was already updated on release-1.11, but the comment was left unaltered. So, this change is perfect!
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## release-1.11 #6070 +/- ##
=============================================
Coverage 31.51% 31.51%
=============================================
Files 645 645
Lines 54334 54334
=============================================
Hits 17122 17122
+ Misses 36141 36140 -1
- Partials 1071 1072 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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
/approve
I added a release notes to the PR description, by the way. Thanks!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RainbowMango 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 |
Cherry pick of #6066 on release-1.11.
#6066: Bump Go version to 1.22.11
For details on the cherry pick process, see the cherry pick requests page.