-
Notifications
You must be signed in to change notification settings - Fork 826
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
Upgrade Go version to latest #1897
Conversation
It had been a while, and there were some security fixes, so figured it was worth doing again. I've not incremented example image versions, since I figured this wasn't a breaking change, and the new version could be picked up as other changes happen to those images.
Build Failed 😱 Build Id: 9c156fce-05d4-44fb-8d29-b5fd4fad1729 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, roberthbailey 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 |
Build Failed 😱 Build Id: 4751ec8d-9b69-4dae-94b8-ca9272da22bb To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 39b85d55-8d80-4e7e-9db1-7456a24a6924 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Something in
Seems to consistently fail. Will have to dig in and see what it might be? |
Running the tests locally, I'm getting this error:
Seems like a change in cert handling! Will need to work out what is happening there. |
Found context on this one. Apparently it's a 20 (?) year old deprecation that has decided to be enforced with this version of Go: In theory we should be able to update our test certs, and it'll be fine - but we should also make sure to update our documentation to match when creating certs for webhooks - and a troubleshooting guide would also help just in case. |
I'm going to close this, and upgrade to 1.14.x for the security fixes -- for the life of me, I cannot get this to work by either:
Filing an issue to upgrade to 1.15.x and migrate webhooks to SAN based certs. |
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
It had been a while, and there were some security fixes, so figured it was worth doing again.
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
I've not incremented example image versions, since I figured this wasn't
a breaking change, and the new version could be picked up as other
changes happen to those images.