Skip to content

Commit

Permalink
doc: update release tag in source directions to go1.5.1
Browse files Browse the repository at this point in the history
Change-Id: I8da1c7a86adf6672e5e5c44cbab422706833c1da
Reviewed-on: https://go-review.googlesource.com/15350
Reviewed-by: Andrew Gerrand <[email protected]>
  • Loading branch information
aclements authored and adg committed Oct 3, 2015
1 parent 9f6df6c commit 788eb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/install-source.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h2 id="fetch">Fetch the repository</h2>
<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>
Expand Down Expand Up @@ -346,7 +346,7 @@ <h2 id="releases">Keeping up with releases</h2>
<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>
Expand Down

0 comments on commit 788eb99

Please sign in to comment.