1
0
mirror of https://github.com/golang/go synced 2024-11-23 10:20:03 -07:00

doc: update install from source instructions for go1.5

Fixes #11983

Change-Id: I5ee930314a43356f5be31d758d90d7ddcafc7b37
Reviewed-on: https://go-review.googlesource.com/12908
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
ALTree 2015-08-02 17:59:31 +02:00 committed by Andrew Gerrand
parent c2db5f4ccc
commit a33b522485

View File

@ -167,7 +167,7 @@ Then clone the repository and check out the latest release tag:</p>
<pre> <pre>
$ git clone https://go.googlesource.com/go $ git clone https://go.googlesource.com/go
$ cd go $ cd go
$ git checkout go1.4 $ git checkout go1.5
</pre> </pre>
<h2 id="head">(Optional) Switch to the master branch</h2> <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> <a href="//groups.google.com/group/golang-announce">golang-announce</a>
mailing list. mailing list.
Each announcement mentions the latest release tag, for instance, Each announcement mentions the latest release tag, for instance,
<code>go1.4</code>. <code>go1.5</code>.
</p> </p>
<p> <p>