Skip to content

Commit 2f73efa

Browse files
committed
doc: update bootstrap archive URL
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 <[email protected]>
1 parent 4c96ff4 commit 2f73efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/install-source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h2 id="go14">Install Go compiler binaries</h2>
143143
<p>
144144
To build a bootstrap tool chain from source, use
145145
either the git branch <code>release-branch.go1.4</code> or
146-
<a href="https://storage.googleapis.com/golang/go1.4-bootstrap-20161024.tar.gz">go1.4-bootstrap-20161024.tar.gz</a>,
146+
<a href="https://storage.googleapis.com/golang/go1.4-bootstrap-20170531.tar.gz">go1.4-bootstrap-20170531.tar.gz</a>,
147147
which contains the Go 1.4 source code plus accumulated fixes
148148
to keep the tools running on newer operating systems.
149149
(Go 1.4 was the last distribution in which the tool chain was written in C.)

0 commit comments

Comments
 (0)