aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2025-08-08 20:20:47 -0400
committerGopher Robot <gobot@golang.org>2025-08-11 14:25:55 -0700
commit6abfe7b0deaeb62d9f8d4bf09475efec68db9a1b (patch)
treec352a8869c03c7c00b243587dc0b9906733f99dc /doc
parent691af6ca28dad9c72e51346fe10c6aaadc3f940b (diff)
downloadgo-6abfe7b0deaeb62d9f8d4bf09475efec68db9a1b.tar.xz
cmd/dist: require Go 1.24.6 as minimum bootstrap toolchain
This is a minimal change to start to require the new minimum bootstrap. Taking advantage of the newer bootstrap to simplify and improve code is left to be done in separate CLs. For #69315. Change-Id: I4bef752b2adb67e969d585d97e680d26afefc6f4 Reviewed-on: https://go-review.googlesource.com/c/go/+/694535 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/next/5-toolchain.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/next/5-toolchain.md b/doc/next/5-toolchain.md
index 0f4a816479..cc32f30a52 100644
--- a/doc/next/5-toolchain.md
+++ b/doc/next/5-toolchain.md
@@ -4,4 +4,9 @@
## Linker {#linker}
+## Bootstrap {#bootstrap}
+<!-- go.dev/issue/69315 -->
+As mentioned in the [Go 1.24 release notes](/doc/go1.24#bootstrap), Go 1.26 now requires
+Go 1.24.6 or later for bootstrap.
+We expect that Go 1.28 will require a minor release of Go 1.26 or later for bootstrap.