]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update install from source instructions for go1.5
authorALTree <alb.donizetti@gmail.com>
Sun, 2 Aug 2015 15:59:31 +0000 (17:59 +0200)
committerAndrew Gerrand <adg@golang.org>
Sun, 2 Aug 2015 23:47:00 +0000 (23:47 +0000)
Fixes #11983

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

index d0e4d1a1f76f70a8c5fc36ff9e03b40abaca079c..cf89dc877dd005042c8bbae0d6deae51481a9847 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.4
+$ git checkout go1.5
 </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.4</code>.
+<code>go1.5</code>.
 </p>
 
 <p>