1
0
mirror of https://github.com/golang/go synced 2024-11-14 17:20:21 -07:00
go/doc/next/5-toolchain.md

13 lines
338 B
Markdown
Raw Normal View History

## 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.