From: Chris Broadfoot
Date: Mon, 15 Aug 2016 19:01:23 +0000 (-0700)
Subject: [release-branch.go1.7] doc: update version tag in source install instructions
X-Git-Tag: go1.7~2
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=806a84d3f1cd24f7f9b40fda4f5bd971eb7e81ff;p=gostls13.git
[release-branch.go1.7] doc: update version tag in source install instructions
Change-Id: Id83e0371b7232b01be83640ef1e47f9026cf2a23
Reviewed-on: https://go-review.googlesource.com/27055
Reviewed-by: Brad Fitzpatrick
Reviewed-on: https://go-review.googlesource.com/27056
Reviewed-by: Chris Broadfoot
---
diff --git a/doc/install-source.html b/doc/install-source.html
index 991be3f182..11c66adb39 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -203,7 +203,7 @@ To build without cgo
, set the environment variable
Change to the directory that will be its parent
and make sure the go
directory does not exist.
Then clone the repository and check out the latest release tag
-(go1.6
, for example):
+(go1.7
, for example):
$ git clone https://go.googlesource.com/go
@@ -391,7 +391,7 @@ New releases are announced on the
golang-announce
mailing list.
Each announcement mentions the latest release tag, for instance,
-go1.6
.
+go1.7
.