summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2022-10-05 21:13:08 -0400
committerRuss Cox <rsc@golang.org>2022-10-17 19:46:59 +0000
commit07c57aff5d6d8f1df96eb99507bd04c57d0616ca (patch)
tree5c40fb691db99e17741f7ad85a86773b542f01bb /doc
parentb65e259e56a326295250f037efbd31f64bcdfbfe (diff)
downloadgo-git-07c57aff5d6d8f1df96eb99507bd04c57d0616ca.tar.gz
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.20.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.20.html b/doc/go1.20.html
index abdc684d54..fbfd0b78d2 100644
--- a/doc/go1.20.html
+++ b/doc/go1.20.html
@@ -85,7 +85,7 @@ Do not send CLs removing the interior tags from such phrases.
<h2 id="bootstrap">Bootstrap</h2>
<p><!-- https://go.dev/issue/44505 -->
- TODO: <a href="https://go.dev/issue/44505">https://go.dev/issue/44505</a>: adopt Go 1.17 as bootstrap toolchain for Go 1.20
+ TODO: <a href="https://go.dev/issue/44505">https://go.dev/issue/44505</a>: adopt Go 1.17.13 as bootstrap toolchain for Go 1.20
</p>
<h2 id="library">Core library</h2>