mirror of
https://github.com/golang/go
synced 2024-11-14 13:17:13 +00:00
a4cb37d4af
This is a minimal change to start to require the new minimum bootstrap. Taking advantage of the newer bootstap to simplify and improve code is left to be done in separate CLs. For #64751. Change-Id: I1d4f883fae3026354a199174d51e79a36cd2dc53 Reviewed-on: https://go-review.googlesource.com/c/go/+/606156 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
13 lines
338 B
Markdown
13 lines
338 B
Markdown
## Compiler {#compiler}
|
|
|
|
## Assembler {#assembler}
|
|
|
|
## Linker {#linker}
|
|
|
|
## Bootstrap {#bootstrap}
|
|
|
|
<!-- go.dev/issue/64751 -->
|
|
As mentioned in the [Go 1.22 release notes](/doc/go1.22#bootstrap), Go 1.24 now requires
|
|
Go 1.22.6 or later for bootstrap.
|
|
We expect that Go 1.26 will require a point release of Go 1.24 or later for bootstrap.
|