]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update release tag in source directions to go1.6
authornwidger <niels.widger@gmail.com>
Sun, 28 Feb 2016 13:51:06 +0000 (08:51 -0500)
committerAndrew Gerrand <adg@golang.org>
Tue, 1 Mar 2016 02:02:10 +0000 (02:02 +0000)
Fixes #14371

Change-Id: I8e9e4b2b89083f5a947e791c011912fdf365a11e
Reviewed-on: https://go-review.googlesource.com/19996
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/install-source.html

index b8cd8dbcfc611ff2ca1abf460dd886f2c3ac05ca..fc4d66fd2aefcfb72f18adf1865dfa10531def60 100644 (file)
@@ -199,7 +199,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.3
+$ git checkout go1.6
 </pre>
 
 <h2 id="head">(Optional) Switch to the master branch</h2>
@@ -378,7 +378,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.3</code>.
+<code>go1.6</code>.
 </p>
 
 <p>