]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.5] doc: update install from source instructions for go1.5.3
authorAlberto Donizetti <alb.donizetti@gmail.com>
Tue, 19 Jan 2016 19:47:59 +0000 (20:47 +0100)
committerChris Broadfoot <cbro@golang.org>
Wed, 27 Jan 2016 18:57:04 +0000 (18:57 +0000)
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>
Reviewed-on: https://go-review.googlesource.com/18945

doc/install-source.html

index bffaa2755847fcccd8f5af441918f7a2f51f459f..35e51d13144b13963db1886320502c4575123405 100644 (file)
@@ -167,7 +167,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>
@@ -346,7 +346,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>