aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Broadfoot <cbro@golang.org>2016-08-15 12:01:23 -0700
committerChris Broadfoot <cbro@golang.org>2016-08-15 19:52:58 +0000
commit806a84d3f1cd24f7f9b40fda4f5bd971eb7e81ff (patch)
tree9805aa7b1575a79e43f03cbe48758fa4a67ac03a
parent87d4bd19972ea9ffc599e8b679429c89284db86c (diff)
downloadgo-806a84d3f1cd24f7f9b40fda4f5bd971eb7e81ff.tar.gz
go-806a84d3f1cd24f7f9b40fda4f5bd971eb7e81ff.zip
[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 <bradfitz@golang.org> Reviewed-on: https://go-review.googlesource.com/27056 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 991be3f182..11c66adb39 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -203,7 +203,7 @@ To build without <code>cgo</code>, set the environment variable
Change to the directory that will be its parent
and make sure the <code>go</code> directory does not exist.
Then clone the repository and check out the latest release tag
-(<code class="versionTag">go1.6</code>, for example):</p>
+(<code class="versionTag">go1.7</code>, for example):</p>
<pre>
$ git clone https://go.googlesource.com/go
@@ -391,7 +391,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 class="versionTag">go1.6</code>.
+<code class="versionTag">go1.7</code>.
</p>
<p>