]> Cypherpunks repositories - gostls13.git/commit
all: use Go 1.17.13 for bootstrap
authorRuss Cox <rsc@golang.org>
Thu, 6 Oct 2022 01:13:08 +0000 (21:13 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 17 Oct 2022 19:46:59 +0000 (19:46 +0000)
commit07c57aff5d6d8f1df96eb99507bd04c57d0616ca
tree5c40fb691db99e17741f7ad85a86773b542f01bb
parentb65e259e56a326295250f037efbd31f64bcdfbfe
all: use Go 1.17.13 for bootstrap

Previously we used Go 1.17, but we realized thanks to tickling
a pre-Go1.17.3 bug that if we are going to change the bootstrap
toolchain that we should default to the latest available point release
at the time we make the switch, not the initial major release, so as
to avoid bugs that were fixed in the point releases.

This CL updates the default search locations and the release notes.

Users who run make.bash and depend on finding $HOME/sdk/go1.17
may need to run

go install golang.org/dl/go1.17.13@latest
go1.17.13 download

to provide a Go 1.17.13 toolchain to their builds.

Change-Id: I3a2511f088cf852470a7216a5a41ae775fb561b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/439419
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
doc/go1.20.html
src/cmd/dist/notgo117.go
src/make.bash
src/make.bat
src/make.rc