-
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.3/1.22.9 #18847
Comments
I can take the rest of the bumps @ivanvc |
/assign @henrybear327 |
I'll update the CHANGELOG later today |
Hey @samuelbartels20 - This is a good first issue if you would like to help with bumping the golang versions for |
Thank you so much, i will start working on it |
/assign @samuelbartels20 |
What would you like to be added?
Golang 1.23.3 and 1.22.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
andrelease-3.5
branches to 1.22.9 andmain
to 1.23.3.Completion tracking below:
main
: go v1.23.3 - Bump go toolchain to 1.23.3 #18848release-3.5
: go v1.22.9 - [3.5] update go to 1.22.9 #18849release-3.4
: go v1.22.8 - [3.4] update go to 1.22.9 #18850CHANGELOG
- changelog: update go version for 3.4.35 and 3.5.17 #18852etcd-io/bbolt
main
: go v1.23.3etcd-io/bbolt
release-1.3
: v1.22.9etcd-io/raft
main
: go v1.23.3etcd-io/gofail
main
: go v1.23.3etcd-io/auger
main
: go v1.23.3Refer to previous issues and their pull requests as a reference, i.e., #18665 and #18443.
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: