aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2016-01-19 20:47:59 +0100
committerChris Broadfoot <cbro@golang.org>2016-01-27 18:57:04 +0000
commit92faba5418973d6b21a8b34ad85bb17dbb27df37 (patch)
tree7b65b7a44300115403d524e9226b9443f9b83c0b
parent27d5c0ede5b4411089f4bf52a41dd2f4eed36123 (diff)
downloadgo-92faba5418973d6b21a8b34ad85bb17dbb27df37.tar.gz
go-92faba5418973d6b21a8b34ad85bb17dbb27df37.zip
[release-branch.go1.5] doc: update install from source instructions for go1.5.3
Fixes #14020 Change-Id: I454c2613912a7efcb464c6e6f3ac2e0ec89fb719 Reviewed-on: https://go-review.googlesource.com/18750 Reviewed-by: Andrew Gerrand <adg@golang.org> Reviewed-by: Chris Broadfoot <cbro@golang.org> Reviewed-by: Russ Cox <rsc@golang.org> Reviewed-on: https://go-review.googlesource.com/18945
-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 bffaa27558..35e51d1314 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -167,7 +167,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.2
+$ git checkout go1.5.3
</pre>
<h2 id="head">(Optional) Switch to the master branch</h2>
@@ -346,7 +346,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.2</code>.
+<code>go1.5.3</code>.
</p>
<p>