-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Automated cherry pick of #115377: Fetch go version using gimme if needed #115497
Automated cherry pick of #115377: Fetch go version using gimme if needed #115497
Conversation
Defaults to ensuring .go-version is used Override the go version by setting GO_VERSION=1.x Force using the host go version with FORCE_HOST_GO=y
/test pull-kubernetes-integration-go-compatibility |
green go-compatibility unit and integration tests demonstrate release-1.25 builds and passes tests on libraries with the original go version for 1.25 🎉 (not surprising, since 1.25 started on go1.19) |
Even before merge, this PR is useful to exercise the -go-compatibility presubmits. Merging this will simplify testing of new go versions, which kubernetes/enhancements#3744 anticipates happening for 1.25 with an eventual update to go1.20. That said, I think we should wait to merge this at least until the following occur with #115377:
/hold |
/hold cancel cc @dims for lgtm |
/kind feature |
/lgtm |
LGTM label has been added. Git tree hash: 6c7aa07d2ac04dfdc1b46fb21c81cba9c6799ecb
|
cc @kubernetes/release-managers |
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.
/triage accepted
/priority important-soon
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, liggitt 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 of #115377 on release-1.25.
#115377: Fetch go version using gimme if needed
For details on the cherry pick process, see the cherry pick requests page.