-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[release-1.10] 🌱 Bump Go version to 1.24.9 #12945
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
[release-1.10] 🌱 Bump Go version to 1.24.9 #12945
Conversation
52a2516 to
f90da19
Compare
|
I'm not sure if should we also bump Kubernetes v1.34 also supported Go v1.24.9: https://github.com/kubernetes/kubernetes/blob/release-1.34/.go-version |
703380c to
6b54787
Compare
|
/retitle [release-1.10] 🌱 Bump Go version to 1.24.9 |
| with: | ||
| version: v1.63.4 | ||
| args: --out-format=colored-line-number | ||
| version: v2.4.0 |
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.
Maybe we can get around bumping to v2 via using v1.64.0 here.
Bumping to v2 involves way more than we probably want on this PR.
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.
yes checked it many changes are there if we move to v2
will try upgrading to v1.64.0
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.
I think after upgrading it to 1.64.2 , have some errors , will fix those
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.
There are some issues with 1.64.2 in ginkgolinter
I see in 1.64.3 it is fixed https://golangci-lint.run/product/changelog/#1646
|
We have to adapt #6356
This is for release-1.10, so no we should not bump any kubernetes versions. |
50ca7bf to
7b7ff11
Compare
7b7ff11 to
410efc9
Compare
|
another minor note but should we also update golangci-lint v1.64.2 in this file as well? (for CAPI release v1.10) cluster-api/hack/tools/.custom-gcl.yaml Lines 1 to 2 in eb0b49e
|
a36c56a to
581e449
Compare
581e449 to
7877a10
Compare
|
Go v1.24.10 is out now, just FYI. See also #12962, which we can cherry-pick if you don't want to update this PR. |
chrischdi
left a 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.
/lgtm
|
LGTM label has been added. Git tree hash: bc6c2d189606e1b3c0a6cd2dcad62cf6938c50aa
|
|
Thx everyone. Let's backport 1.24.10 on top /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 release-1.9 |
|
@sbueringer: once the present PR merges, I will cherry-pick it on top of In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/area dependency |
|
@sbueringer: #12945 failed to apply on top of branch "release-1.9": In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Can you try to open the same PR for 1.9? |
sure will open a PR and see |
|
|
||
| go 1.23.0 | ||
|
|
||
| godebug default=go1.23 |
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.
Just noticed, we have more than this go.mod. This change should be in all go.mod files 🤔
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.
Yup let's follow-up for that
What this PR does / why we need it:
Bump Go version to 1.24.9
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #