From e54d60916f88077b86d5513d20c5b6079dcfb0a5 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Tue, 17 May 2016 21:02:59 +0200 Subject: [PATCH] Remove note about Go1.6 not being supported Recommend Go1.6.2 Note that Go1.5 is still supported License: MIT Signed-off-by: Jakub Sztandera --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 224bff40db2..94b6087ef41 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ From there: #### Install Go -First, you'll need Go. If you don't have it: [Download Go 1.5.2+](https://golang.org/dl/). **Go 1.6 is not yet supported.** +First, you'll need Go. If you don't have it: [Download Go 1.6.2+](https://golang.org/dl/). _Go 1.5 is still being supported._ + You'll need to add Go's bin directories to your `$PATH` environment variable e.g., by adding these lines to your `/etc/profile` (for a system-wide installation) or `$HOME/.profile`: