From bdc3db0b0c4044ed396238fb7e01574988a14aad Mon Sep 17 00:00:00 2001
From: Alberto Donizetti
Date: Tue, 19 Jan 2016 20:47:59 +0100
Subject: [PATCH] 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
Reviewed-by: Chris Broadfoot
Reviewed-by: Russ Cox
---
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 60931ada5da..7c1194a22c6 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -184,7 +184,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.2
+$ git checkout go1.5.3
(Optional) Switch to the master branch
@@ -363,7 +363,7 @@ New releases are announced on the
golang-announce
mailing list.
Each announcement mentions the latest release tag, for instance,
-go1.5.2
.
+go1.5.3
.