Skip to content

Commit 92faba5

Browse files
ALTreebroady
authored andcommitted
[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 <[email protected]> Reviewed-by: Chris Broadfoot <[email protected]> Reviewed-by: Russ Cox <[email protected]> Reviewed-on: https://go-review.googlesource.com/18945
1 parent 27d5c0e commit 92faba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/install-source.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h2 id="fetch">Fetch the repository</h2>
167167
<pre>
168168
$ git clone https://go.googlesource.com/go
169169
$ cd go
170-
$ git checkout go1.5.2
170+
$ git checkout go1.5.3
171171
</pre>
172172

173173
<h2 id="head">(Optional) Switch to the master branch</h2>
@@ -346,7 +346,7 @@ <h2 id="releases">Keeping up with releases</h2>
346346
<a href="//groups.google.com/group/golang-announce">golang-announce</a>
347347
mailing list.
348348
Each announcement mentions the latest release tag, for instance,
349-
<code>go1.5.2</code>.
349+
<code>go1.5.3</code>.
350350
</p>
351351

352352
<p>

0 commit comments

Comments
 (0)