From 343cd02d55df32b8390e8bbb2e8427af6ad0159e Mon Sep 17 00:00:00 2001 From: nwidger Date: Sun, 28 Feb 2016 08:51:06 -0500 Subject: [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 --- doc/install-source.html | 4 ++-- 1 file 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:

 $ git clone https://go.googlesource.com/go
 $ cd go
-$ git checkout go1.5.3
+$ git checkout go1.6
 
@@ -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.

-- cgit v1.2.3-54-g00ecf