]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.8] doc: update bootstrap archive URL
authorChris Broadfoot <cbro@golang.org>
Wed, 31 May 2017 18:20:16 +0000 (11:20 -0700)
committerChris Broadfoot <cbro@golang.org>
Wed, 31 May 2017 21:06:00 +0000 (21:06 +0000)
This includes the patch for systems that build PIE executables by
defaul

Updates #20276.

Change-Id: Iecf8dfcf11bc18d397b8075559c37e3610f825cb
Reviewed-on: https://go-review.googlesource.com/44470
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-on: https://go-review.googlesource.com/44491
Reviewed-by: Chris Broadfoot <cbro@golang.org>
doc/install-source.html

index 8fb26a956b176cd5849a95551ca6d1f305d6dd24..5d732b053e598cf715d6c31db847921721347d50 100644 (file)
@@ -143,7 +143,7 @@ packaged Go distribution.
 <p>
 To build a bootstrap tool chain from source, use
 either the git branch <code>release-branch.go1.4</code> or
-<a href="https://storage.googleapis.com/golang/go1.4-bootstrap-20161024.tar.gz">go1.4-bootstrap-20161024.tar.gz</a>,
+<a href="https://storage.googleapis.com/golang/go1.4-bootstrap-20170531.tar.gz">go1.4-bootstrap-20170531.tar.gz</a>,
 which contains the Go 1.4 source code plus accumulated fixes
 to keep the tools running on newer operating systems.
 (Go 1.4 was the last distribution in which the tool chain was written in C.)