-
Notifications
You must be signed in to change notification settings - Fork 910
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 Go version to 1.22.11 #6066
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @y1hao! It looks like this is your first PR to karmada-io/karmada 🎉 |
@@ -37,7 +37,7 @@ KARMADA_METRICS_ADAPTER_LABEL="karmada-metrics-adapter" | |||
|
|||
KARMADA_GO_PACKAGE="github.com/karmada-io/karmada" | |||
|
|||
MIN_Go_VERSION=go1.22.9 | |||
MIN_Go_VERSION=go1.22.11 |
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.
- The casing is a bit weird - should it be
MIN_GO_VERSION
? Maybe I can change it in a separate PR? - Is this version always in sync with the versions in
.go-version
andgo.mod
?How about just reading it fromActually, I think this can work:.go-version
?MIN_GO_VERSION="go$(go list -m -f {{.GoVersion}})"
The 2 failing unit tests in CI in |
Signed-off-by: Yihao Wang <[email protected]>
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Bump Go version to latest 1.22 release.
Which issue(s) this PR fixes:
Fixes #6063
Special notes for your reviewer:
Does this PR introduce a user-facing change?: