-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Open
Labels
Description
What would you like to be added?
Go 1.25.0 was released last week. Therefore, Go 1.23 will be out of support when 1.26.0 is released. We should update the main branches to Go 1.25 and the release branches to 1.24.
However, based on previous experience, adopting a new Go minor could take time. So, first, we must ensure that the main branches work fine with 1.25.0. We should also keep an eye on reported issues in the golang/go repository.
Progress track:
- etcd
-
main
: go v1.25.0 - chore(main): Bump Go to 1.25.0 #20522 -
release-3.6
: go v1.24.6 - [release-3.6] Bump go to 1.24 #20527 -
release-3.5
: go v1.24.6 - [release-3.5]: Bump Go to 1.24.6 #20528 -
release-3.4
: go v1.24.6 - [release-3.4]: Bump Go to 1.24.6 #20529 -
CHANGELOG
- [CHANGELOG]: Go 1.24.6 entry #20544
-
- bbolt
-
main
: go v1.25.0 - chore(main): Bump Go to 1.25.0 bbolt#1069 -
release-1.4
: v1.24.6 - [release-1.4]: Bump Go to 1.24.6 bbolt#1070 -
release-1.3
: v1.24.6 - [release-1.3]: Bump Go to 1.24.6 bbolt#1071
-
- raft
-
main
: go v1.25.0 - Bump Go to 1.25.0 raft#322 -
release-3.6
: go v1.24.6 - [release-3.6] Bump Go to 1.24.6 raft#323
-
-
etcd-io/gofail
master
: go v1.24.6 - Bump Go to 1.24.6 gofail#122 -
etcd-io/auger
main
: go v1.24.6 -
etcd-io/etcd-operator
: go v1.24.6 -
etcd-io/protodoc
: go v1.24.6 - Bump Go to 1.24.6 protodoc#23
Please review the previous issues and their corresponding pull requests, such as #20313 and #20126.
Why is this needed?
To keep the project up to date with the latest Go versions.