]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.6] 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)
committerChris Broadfoot <cbro@golang.org>
Wed, 2 Mar 2016 23:53:35 +0000 (23:53 +0000)
Fixes #14371

Change-Id: I8e9e4b2b89083f5a947e791c011912fdf365a11e
Reviewed-on: https://go-review.googlesource.com/19996
Reviewed-by: Andrew Gerrand <adg@golang.org>
Reviewed-on: https://go-review.googlesource.com/20001
Reviewed-by: Niels Widger <niels.widger@gmail.com>
Reviewed-by: Chris Broadfoot <cbro@golang.org>
doc/install-source.html

index 332c72097ea2b6da86ad1e1664bfbffb911d7931..7da5675f63411095f5b33956bbae3c2214cb696d 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>