From bb8262b743ac23c59df5f3d2ed1942c416b75fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogdan=20R=C4=83dulescu?= Date: Tue, 31 May 2016 02:35:11 +0300 Subject: [PATCH] It only builds with go >= 1.6.2 Changed the readme so it reflects that it only builds with go greater than 1.6.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 856ca2fa..d1bdbeed 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ See [Doing continuous integration with arduino builder](https://github.com/ardui ### Building from source -You need [Go 1.5.4](https://golang.org/dl/#go1.5.4). +You need [Go 1.6.2](https://golang.org/dl/#go1.6.2). Repo root contains the script `setup_go_env_vars`. Use it as is or as a template for setting up Go environment variables.