-
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.2/1.22.8 #18665
Comments
/assign |
Hi @PyAgni, thanks for the PR against the main branch. Would you like to help with the remaining tasks, or should we open them to other contributors? |
@ivanvc I can work on others as well. I will raise the PRs in some time. |
Hi, again, @PyAgni. Thanks for the work you have done on this task. I was checking to see if you want to work on the remaining tasks or if we should open this up to other contributors. |
I'll complete the remaining tasks /assign |
@henrybear327, do you want to help with auger and gofail? |
Yes! |
Reference: - etcd-io/etcd#18665 Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
Reference: - etcd-io/etcd#18665 Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
Thanks for your work, team (@PyAgni, @henrybear327). Closing, as there are no more tasks remaining 🙌 |
What would you like to be added?
Golang 1.23.2 and 1.22.8 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.8 andmain
to 1.23.2.Completion tracking below:
main
: go v1.23.2 Bump go version to 1.23.2 #18666release-3.5
: go v1.22.8 [3.5] Bump go version to 1.22.8 #18669release-3.4
: go v1.22.8 [3.4] Bump go version to 1.22.8 #18670CHANGELOG
: CHANGELOG: add go 1.22.8 entry for 3.4 and 3.5 #18743etcd-io/bbolt
main
: go v1.23.2 Bump go version to 1.23.2 bbolt#836etcd-io/bbolt
release-1.3
: v1.22.8 [1.3] Bump go version to 1.22.8 bbolt#837etcd-io/raft
main
: go v1.23.2: bump go toolchain to 1.23.2 raft#228etcd-io/gofail
main
: go v1.23.2 - [main] Bump go toolchain to 1.22.8 gofail#85etcd-io/auger
main
: go v1.23.2 - [main] Bump go toolchain to 1.23.2 auger#137Refer to previous issues and their pull requests as a reference, i.e., #18443 and #18269.
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: