From 92faba5418973d6b21a8b34ad85bb17dbb27df37 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Tue, 19 Jan 2016 20:47:59 +0100 Subject: [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 Reviewed-by: Chris Broadfoot Reviewed-by: Russ Cox Reviewed-on: https://go-review.googlesource.com/18945 --- 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 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:

 $ git clone https://go.googlesource.com/go
 $ cd go
-$ git checkout go1.5.2
+$ git checkout go1.5.3
 
@@ -346,7 +346,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.

-- cgit v1.2.3-54-g00ecf