Open
Description
Current Tree Status: Release freeze for Go 1.25 (see golang-dev announcement)
Now that we've entered the freeze for Go 1.25, we will eventually need to reopen the tree for Go 1.26 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 July 2025 (see https://go.dev/s/release#timeline), exact timing depends on how well the Go 1.25 release preparations are going.
As usual, the tree will initially be open to changes that must land early:
- Bump
internal/goversion.Version
to 26—this should be the very first CL to be submitted as it marks the start of main branch representing Go 1.26 (rather than Go 1.25). (Example CL.) - Initialize
doc/next
for the Go 1.26 cycle. (See "For the release team" in doc/README.) - Submit CLs that are ready and marked AutoSubmit+1, but blocked on wait-release (query).
- Look over issues labelled as early-in-cycle for anything needs to land very early.
- (Anything else that is missing but should be added here, edit or comment below.)
- A brief soft-reopening window, where any fix/stabilization CLs are okay to submit.
- Finally, open the tree for all general Go 1.26 changes.
CC @golang/release.