-
Notifications
You must be signed in to change notification settings - Fork 40k
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
[1.30] .*: set godebug defaults to go1.22 #129534
base: release-1.30
Are you sure you want to change the base?
[1.30] .*: set godebug defaults to go1.22 #129534
Conversation
Kubernetes 1.30 was first released with go1.22.x. Set compatibility defaults to that version. Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
This cherry pick PR is for a release branch and has not yet been approved by Release Managers. To merge this cherry pick, it must first be approved ( If you didn't cherry-pick this change to all supported release branches, please leave a comment describing why other cherry-picks are not needed to speed up the review process. If you're not sure is it required to cherry-pick this change to all supported release branches, please consult the cherry-pick guidelines document. AFTER it has been approved by code owners, please leave the following comment on a line by itself, with no leading whitespace: /cc kubernetes/release-managers (This command will request a cherry pick review from Release Managers and should work for all GitHub users, whether they are members of the Kubernetes GitHub organization or not.) For details on the patch release process and schedule, see the Patch Releases page. 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. |
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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. |
@MadhavJivrajani: The following tests 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. |
Isn't the opposite true? you have to bump to 1.23 to use this? cc @liggitt |
Ah, another commit was added with 1.23 .go-version, but that's not in the title/description/release note. Yeah, I think this will have to be an overall 1.23 update patch unfortunately. |
@@ -268,3 +268,5 @@ replace ( | |||
k8s.io/sample-cli-plugin => ./staging/src/k8s.io/sample-cli-plugin | |||
k8s.io/sample-controller => ./staging/src/k8s.io/sample-controller | |||
) | |||
|
|||
godebug default=go1.22 |
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.
nit: move these to the top of the file, by the go version
interestingly, I think all the jobs that failed are not honoring the |
either that, or we have to bump the |
Yeah, I think our go 1.23 bump PRs to release branches will have to include all of these commits:
|
Yes this will need to be done together :/ |
The remaining failures don't seem to be honouring the .go-version file. Coincidentally (?) they are also the containerized jobs, I know we've had some issues with those specifcially wrt the Go version setup. Need to look more closely here though. |
Let me also open up a PR for 1.31 since that has some of the static analysis fixes. Should get a better idea of what's going on there |
/remove-sig api-machinery |
Kubernetes 1.30 was first released with go1.22.x.
Set compatibility defaults to that version.
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Partial pick of #127271
Needed to bump release branches to go1.23
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: