aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornwidger <niels.widger@gmail.com>2016-02-28 08:51:06 -0500
committerChris Broadfoot <cbro@golang.org>2016-03-02 23:53:35 +0000
commit343cd02d55df32b8390e8bbb2e8427af6ad0159e (patch)
tree60ea682a5c4ef17d551789f52e7b753278310ddc
parentbfccf7b3e198587372f755d4ebace292a06ea2e5 (diff)
downloadgo-343cd02d55df32b8390e8bbb2e8427af6ad0159e.tar.gz
go-343cd02d55df32b8390e8bbb2e8427af6ad0159e.zip
[release-branch.go1.6] 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> Reviewed-on: https://go-review.googlesource.com/20001 Reviewed-by: Niels Widger <niels.widger@gmail.com> Reviewed-by: Chris Broadfoot <cbro@golang.org>
-rw-r--r--doc/install-source.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install-source.html b/doc/install-source.html
index 332c72097e..7da5675f63 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -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>