-
Notifications
You must be signed in to change notification settings - Fork 1.6k
🐛 Downgrade Go to 1.24.6 and standardize version across codebase #5186
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
🐛 Downgrade Go to 1.24.6 and standardize version across codebase #5186
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 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 |
77bd060 to
89f28b5
Compare
66af85a to
75dd88d
Compare
b91c726 to
761bdb9
Compare
761bdb9 to
aadb985
Compare
48a952e to
84383cb
Compare
84383cb to
3cbeee9
Compare
| module sigs.k8s.io/kubebuilder/v4 | ||
|
|
||
| go 1.25.0 | ||
| go 1.24.6 |
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.
We upgrade the version for the tooling to workaround that was properly addressed with: #5194
In order to push a release with a go version that address CVE and still compatible with the libs adopt we should stick with 1.24.6. Let;s just upgrade to 1.25 when we bump controller-runtime using it.
|
@camilamacedo86: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
|
/test pull-kubebuilder-e2e-k8s-1-33-0 |
05c6782
into
kubernetes-sigs:master
Summary
This PR downgrades the Go version to 1.24.6 and ensures consistent usage across all modules and build configurations.
Motivation