1
0
mirror of https://github.com/golang/go synced 2024-11-12 00:30:22 -07:00

doc: update release tag in source directions to go1.5.1

Change-Id: I8da1c7a86adf6672e5e5c44cbab422706833c1da
Reviewed-on: https://go-review.googlesource.com/15350
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Austin Clements 2015-10-02 15:25:01 -04:00 committed by Andrew Gerrand
parent 9f6df6c940
commit 788eb99b76

View 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
$ git checkout go1.5.1
</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</code>.
<code>go1.5.1</code>.
</p>
<p>