From: nwidger
Date: Sun, 28 Feb 2016 13:51:06 +0000 (-0500)
Subject: [release-branch.go1.6] doc: update release tag in source directions to go1.6
X-Git-Tag: go1.6.1~8
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=343cd02d55df32b8390e8bbb2e8427af6ad0159e;p=gostls13.git
[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
Reviewed-on: https://go-review.googlesource.com/20001
Reviewed-by: Niels Widger
Reviewed-by: Chris Broadfoot
---
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:
$ git clone https://go.googlesource.com/go
$ cd go
-$ git checkout go1.5.3
+$ git checkout go1.6
(Optional) Switch to the master branch
@@ -378,7 +378,7 @@ New releases are announced on the
golang-announce
mailing list.
Each announcement mentions the latest release tag, for instance,
-go1.5.3
.
+go1.6
.