[release-1.10] 🌱 Bump Go version to 1.24.9#12945
[release-1.10] 🌱 Bump Go version to 1.24.9#12945k8s-ci-robot merged 3 commits intokubernetes-sigs:release-1.10from
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.
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.
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.
I think after upgrading it to 1.64.2 , have some errors , will fix those
There was a problem hiding this comment.
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. |
|
LGTM label has been added. DetailsGit 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 DetailsNeeds 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 DetailsIn 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": DetailsIn 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.
Just noticed, we have more than this go.mod. This change should be in all go.mod files 🤔
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 #