-
Notifications
You must be signed in to change notification settings - Fork 431
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
update golang to v1.20 #3478
update golang to v1.20 #3478
Conversation
/test ls |
@jackfrancis: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In 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/test-infra repository. |
/test pull-cluster-api-provider-azure-apidiff |
33d9957
to
7f08b20
Compare
Looking good so far, do you know if there's anything we'll need to refactor? Or do we expect this to be fully backward compatible? |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3478 +/- ##
=======================================
Coverage 52.51% 52.51%
=======================================
Files 182 182
Lines 18175 18176 +1
=======================================
+ Hits 9545 9546 +1
Misses 8090 8090
Partials 540 540
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
/test pull-cluster-api-provider-azure-apidiff |
@Jont828 I'm relying upon tests to tell us whether or not this is a breaking change. So far I've overcome a (IMO) spurious linter error for math/rand, but that's it. |
/retest |
1 similar comment
/retest |
@marosset @jsturtevant how important is it to get positive signal from the "serial-slow" test, is the fidelity of that signal poor in your experiences? |
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.
/lgtm
LGTM label has been added. Git tree hash: 5c463f11c5e7dac59829dc424e9f4592042cff9a
|
@jackfrancis may I ask how is the PR going? Our CI pipeline needs golang 1.20 to build images. Thanks a lot! |
/retest |
@lzhecheng I've been waiting for a positive signal from the |
@jackfrancis: 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/test-infra repository. I understand the commands that are listed here. |
@marosset @jsturtevant @CecileRobertMichon I don't think any of the "serial-slow" conformance test case failures have anything to do with the fact that we're using golang v1.20 to compile the CAPZ bits. Does anyone disagree? Anything else we want to validate before we consider for merge? |
Yes, The failures are due to a bug with HPA tests upstream and cause a timeout in the test. The main set of tests are passing with /lgtm |
this is the upstream pr that will resolve the hpa tests: kubernetes/kubernetes#117192 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis 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 release-1.8 @CecileRobertMichon @mboersma normally this wouldn't qualify for a patch, right? but in order to unblock cloud-provider-azure I believe we're going to need the |
@jackfrancis: once the present PR merges, I will cherry-pick it on top of release-1.8 in a new PR and assign it to you. In 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/test-infra repository. |
@jackfrancis: #3478 failed to apply on top of branch "release-1.8":
In 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/test-infra repository. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This PR updates golang to v1.20 to match CAPI:
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 #
Special notes for your reviewer:
TODOs:
Release note: