From a33b522485e263520d969a52df93e7df448f6f0f Mon Sep 17 00:00:00 2001 From: ALTree Date: Sun, 2 Aug 2015 17:59:31 +0200 Subject: [PATCH] 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 --- 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 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.

-- 2.50.0