From: ALTree Date: Sun, 2 Aug 2015 15:59:31 +0000 (+0200) Subject: doc: update install from source instructions for go1.5 X-Git-Tag: go1.5rc1~53 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a33b522485e263520d969a52df93e7df448f6f0f;p=gostls13.git doc: update install from source instructions for go1.5 Fixes #11983 Change-Id: I5ee930314a43356f5be31d758d90d7ddcafc7b37 Reviewed-on: https://go-review.googlesource.com/12908 Reviewed-by: Andrew Gerrand --- diff --git a/doc/install-source.html b/doc/install-source.html index d0e4d1a1f7..cf89dc877d 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.4
+$ git checkout go1.5
 
@@ -346,7 +346,7 @@ New releases are announced on the golang-announce mailing list. Each announcement mentions the latest release tag, for instance, -go1.4. +go1.5.