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

Fixes #14371

Change-Id: I8e9e4b2b89083f5a947e791c011912fdf365a11e
Reviewed-on: https://go-review.googlesource.com/19996
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
nwidger 2016-02-28 08:51:06 -05:00 committed by Andrew Gerrand
parent eaf5235f98
commit 5067453271

View 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>