aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2016-01-19 20:47:59 +0100
committerChris Broadfoot <cbro@golang.org>2016-01-26 19:39:17 +0000
commitbdc3db0b0c4044ed396238fb7e01574988a14aad (patch)
treefa79917ac9c0b96077b78f7ff0bd26db08a07172
parent1aab7b9626b8bc735d7340c1eb47d8d46560290f (diff)
downloadgo-bdc3db0b0c4044ed396238fb7e01574988a14aad.tar.gz
go-bdc3db0b0c4044ed396238fb7e01574988a14aad.zip
doc: update install from source instructions for go1.5.3
Fixes #14020 Change-Id: I454c2613912a7efcb464c6e6f3ac2e0ec89fb719 Reviewed-on: https://go-review.googlesource.com/18750 Reviewed-by: Andrew Gerrand <adg@golang.org> Reviewed-by: Chris Broadfoot <cbro@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
-rw-r--r--doc/install-source.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install-source.html b/doc/install-source.html
index 60931ada5d..7c1194a22c 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -184,7 +184,7 @@ Then clone the repository and check out the latest release tag:</p>
<pre>
$ git clone https://go.googlesource.com/go
$ cd go
-$ git checkout go1.5.2
+$ git checkout go1.5.3
</pre>
<h2 id="head">(Optional) Switch to the master branch</h2>
@@ -363,7 +363,7 @@ New releases are announced on the
<a href="//groups.google.com/group/golang-announce">golang-announce</a>
mailing list.
Each announcement mentions the latest release tag, for instance,
-<code>go1.5.2</code>.
+<code>go1.5.3</code>.
</p>
<p>