-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
all: reopen tree for Go 1.25 development #70525
Comments
Change https://go.dev/cl/646155 mentions this issue: |
Go 1.25 is in the process of being opened for development (to be eventually released). This change marks the very beginning of its development cycle, updating the Version value accordingly. For #40705. For #70525. Change-Id: If673d4aeddc376fefe6bddc3ec2704ca91245777 Reviewed-on: https://go-review.googlesource.com/c/go/+/646155 Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Change https://go.dev/cl/646195 mentions this issue: |
Following the "For the release team" steps in README: cd doc cp -R initial/ next $EDITOR next/1-intro.md For #70525 Change-Id: I31c271d95ccd72123f531fde4e72929ec7b310d9 Reviewed-on: https://go-review.googlesource.com/c/go/+/646195 Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This issue is currently labeled as early-in-cycle for Go 1.25. |
Done. |
FYI, go.mod still say go 1.24 Line 3 in ee6e0a5
Not sure whether this needs to be changed too, looking at blame it was changed with deps update before (CL 600535). I noticed this because i had not updated my [mateusz@arch src (master)]$ go version
go: downloading go1.24.0 (linux/amd64) |
Thanks for bringing this up. Updating the vendored dependencies is #36905, which I plan to do later this week. |
Current Tree Status: Tree is open for Go 1.25 development (golang-dev announcement)
Now that we've entered the freeze for Go 1.24, we will eventually need to reopen the tree for Go 1.25 development. This is the tracking issue for that reopening, created early so that it's available for planning. The tree reopening is estimated to begin around week 3 of January 2025 (see https://go.dev/s/release#timeline), exact timing depends on how well the Go 1.24 release preparations are going.
As usual, the tree will initially be open to changes that must land early:
internal/goversion.Version
to 25—this should be the very first CL to be submitted as it marks the start of main branch representing Go 1.25 (rather than Go 1.24). (Example CL.)doc/next
for the Go 1.25 cycle. (See "For the release team" in doc/README.)CC @golang/release.
The text was updated successfully, but these errors were encountered: