-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
[go1.17] Update to go1.17 #103692
[go1.17] Update to go1.17 #103692
Conversation
@justaugustus It seems some people also run test many times but no test passes. |
|
|
related: kubernetes/test-infra#23364 |
it is failing because the images of the CI weren't updated, the bot has to update the new images |
The change is here in the queue kubernetes/test-infra#23349 |
/triage accepted |
This PR breaks kubernetes/minikube's automation that bumps the golang version to match kubernetes/kubernetes is there any reason that 1.23.0 Prefix was added to this image? |
because there are more inputs to the image than just the golang version (like the protobuf generators), and we don't always want to bump those on release branches |
+1. Explained in detail in kubernetes/release#2211:
|
thanks for the explain @liggitt @justaugustus now it makes sense ! |
Happy to help, @medyagh! |
What type of PR is this?
/kind feature
/area dependency
What this PR does / why we need it:
[go1.17] Update to go1.17
Tracking issue: kubernetes/release#2169
Signed-off-by: Stephen Augustus [email protected]
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.: