-
Notifications
You must be signed in to change notification settings - Fork 2.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
[release-17.0] Upgrade go from 1.20.13 to 1.20.14 #15652
[release-17.0] Upgrade go from 1.20.13 to 1.20.14 #15652
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Thanks for this @GrahamCampbell! You need to sign the commit for this to go through. That's what the DCO CI step is complaining about.
and the |
@GrahamCampbell thank you -- can you please clarify the specific purpose of this version upgrade? As mentioned in #15650 (comment) the |
There was a security fix, but not the same fix from this month. It was a fix from the round of golang releases before that. |
Signed-off-by: Graham Campbell <[email protected]>
4982dd7
to
443ccb6
Compare
Right, we still need to look into if we need to upgrade to Go 1.21 here for example to address the latest issues. |
This also doesn't update the base images which is a separate process, so it's not going to be complete. |
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.
Hello @GrahamCampbell, thank you for taking the time to think about doing this and creating the PR. We are still unsure whether or not to merge this or to directly upgrade to go1.21
, we are going to talk about it.
In the meantime, upgrading the Golang version is little bit more involved than that. Refer to #15639 to see an example of how it is done. We need to bump the golang version used by vitess/bootstrap
(as you did), and increment the minor version of the vitess/bootstrap
by one, and then build and push the docker image.
Won't approve this for now as we are still reviewing with the rest of the maintainers.
Right. That's not something I can do. ;) |
You could change the |
I can if you would like, but I though I'd leave that to whoever is going to do the rebuilding, if it's decided that this PR will be accepted at all. |
I am closing this Pull Request in favor of #15669, which upgrades to the next Thank you @GrahamCampbell 🙇🏻 |
Description
Related Issue(s)
Checklist
Deployment Notes