-
Notifications
You must be signed in to change notification settings - Fork 192
Conversation
0418a6a
to
33e281f
Compare
Hmm, I hope this isn't something we're going to start hitting in our GitHub Actions regularly:
|
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
6b00399
to
22f63bc
Compare
Cluster Generation A/B Results: |
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.
Looks great to me. We should probably get some more feedback on the timing of moving to 1.17 though. My opinion: 1.17 has been out long enough now and has improvements that I think it would be good to make the bump.
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. I second the bump as well. I had to build some targets in cluster-api main and it plain didn't work until I switched to 1.17.
Do we need to bump base golang images in Dockerfiles as well? |
I do see a few other places where 1.16 is referenced. I haven't looked closely to see if these all require updating.
|
* Updates all go.mod files to include go 1.17 * Prunes module graph by running `go mod tidy -go=1.17`
Adds `sigs.k8s.io/cluster-api/test` in the `replace` section to avoid Go 1.17 modules consuming tanzu-framework erroring out.
22f63bc
to
aa4ae5e
Compare
@stmcginnis I changed most of the files listed in your previous comment. The ones I didn't change were
I think this commit fixes it, but we will need to merge this PR first and then reference it in |
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
Do we want to get any other folks giving explicit feedback? I think this is ready to go, but don't want to merge it if there are any other key stakeholders that should weigh in first. |
@vuil I will leave it to you to add the |
Maybe a good argument for updating go versions, even if we're not super specific on the bugfix version: https://nvd.nist.gov/vuln/detail/CVE-2021-44716 |
Done. |
What this PR does / why we need it
Bumps Go version to 1.17.
Which issue(s) this PR fixes
Related #857
Describe testing done for PR
Release note
PR Checklist
Additional information
Special notes for your reviewer