-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Bump Go to 1.24.3 / 1.23.9 #19866
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
Comments
I'll work on /assign |
Part of etcd-io#19866. Signed-off-by: Ivan Valdes <[email protected]>
@ivanvc I can also help out |
Sounds good. Do you want to work on the rest? Or a subset? /assign @Elbehery |
anything, as you decide Amigo :D :D |
@Elbehery, feel free to work on the rest of the items, then. |
@Elbehery, we're missing etcd's main branch. Would you be able to help with that? Edit: And also the CHANGELOG entries for 3.4 and 3.5. |
sure, I thought you would take the main branch :) |
done 👍🏽 |
I suggest not splitting the CHANGELOG pull requests into several and instead doing it in a single PR, as we've always done it. Note: I needed to do release-3.6's because we were releasing the following day and wanted the CHANGELOG to be accurate. |
sorry I should have done it on one PR one has been already merged, next time will notice this 👍🏽 |
Uh oh!
There was an error while loading. Please reload this page.
What would you like to be added?
Golang 1.24.3 and 1.23.9 were released today. According to our Dependency management documentation, we want to stay on the latest patch version. This means updating the
release-3.4
,release-3.5
, andrelease-3.6
branches to 1.23.9 andmain
to 1.24.3.This patch includes the security fix for CVE-2025-22873.
Progress track:
main
: go v1.24.3 - [main] Bump Go to 1.24.3 #19908release-3.6
: go v1.23.9 - [release-3.6] Bump Go to 1.23.9 #19867release-3.5
: go v1.23.9 - [release-3.5] Bump Go to 1.23.9 #19870release-3.4
: go v1.23.9 - [release-3.4] Bump Go to 1.23.9 #19872CHANGELOG
main
: go v1.24.3 - Bump Go to 1.24.3 bbolt#955release-1.3
: v1.23.9 - [release-1.3] Bump Go to 1.23.9 bbolt#956release-1.4
: v1.23.9 - [release-1.4] Bump Go to 1.23.9 bbolt#957main
: go v1.24.3 - [release-3.6] Bump Go to 1.23.9 raft#296release-3.6
: go v1.23.9 - [release-3.6] Bump Go to 1.23.9 raft#296etcd-io/gofail
main
: go v1.23.9 - Bump Go to 1.23.9 gofail#114etcd-io/auger
main
: go v1.24.3 - Bump Go to 1.24.3 auger#277etcd-io/etcd-operator
: go v1.24.3 - Bump Go to 1.24.3 etcd-operator#138etcd-io/protodoc
: go v1.23.9 - Bump Go to 1.23.9 protodoc#19Please look at the previous issues and their pull requests, e.g., #19713 and #19524.
Why is this needed?
To keep the project up to date with the latest Go versions. And to address CVE-2025-22873.
The text was updated successfully, but these errors were encountered: