-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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 Go to 1.23.4/1.22.10 #19000
Comments
I would like to start work on this . Please assign me this issue. |
This was referenced Dec 4, 2024
@ivanvc Please assign me, i will get them done |
Hi @samuelbartels20, this is already being worked on by @deanurag. /assign @deanurag |
I have already make pull requests for the requested changes. Please review the changes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be added?
Golang 1.23.4 and 1.22.10 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
andrelease-3.5
branches to 1.22.10 andmain
to 1.23.4.Completion tracking below:
main
: go v1.23.4 - Bump go toolchain to 1.23.4 #19003release-3.5
: go v1.22.10 - [3.5] Bump go toolchain to 1.22.10 #19004release-3.4
: go v1.22.10 - [3.4] Bump Go to 1.22.10 #19005CHANGELOG
main
: go v1.23.4 - Updated Go toolchain to 1.23.4 bbolt#867release-1.3
: v1.22.10 - [1.3] Updated Go Version to 1.22.10 bbolt#868etcd-io/raft
main
: go v1.23.4 - Updated Go toolchain to 1.23.4 raft#244etcd-io/gofail
master
: go v1.22.10etcd-io/auger
main
: go v1.23.4 - Update Go Version to 1.23.4 auger#168main
: go v1.23.4 - Update to go 1.23 etcd-operator#8Please refer to previous issues and their pull requests, e.g., #18847 and #18665.
Why is this needed?
To keep the project up to date with the latest Go versions.
The text was updated successfully, but these errors were encountered: