diff --git a/doc/go1.22.html b/doc/go1.22.html index 8e9b6ee53cdcb9..ccaafa7ff76371 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -108,6 +108,14 @@

Linker

TODO: complete this section, or delete if not needed

+

Bootstrap

+ +

+ As mentioned in the Go 1.20 release notes, Go 1.22 now requires + the final point release of Go 1.20 or later for bootstrap. + We expect that Go 1.24 will require the final point release of Go 1.22 or later for bootstrap. +

+

Core library

New math/rand/v2 package