From: Alberto Donizetti Date: Tue, 19 Jan 2016 19:47:59 +0000 (+0100) Subject: doc: update install from source instructions for go1.5.3 X-Git-Tag: go1.6rc1~35 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bdc3db0b0c4044ed396238fb7e01574988a14aad;p=gostls13.git 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 --- diff --git a/doc/install-source.html b/doc/install-source.html index 60931ada5d..7c1194a22c 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
 
@@ -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.