From 6539e3be0a7fc34e9fecb96bd8504fc8f5145bb8 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 10 Dec 2015 11:13:48 -0800 Subject: [PATCH] Make it clear code needs Go 1.5.2 [ci skip] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a9c77c2b2..c46696bb80 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -69,7 +69,7 @@ second to sign our CLA, which can be found Installing Go ------------- -InfluxDB requires Go 1.5 or greater. +InfluxDB requires Go 1.5.2 or greater. At InfluxDB we find gvm, a Go version manager, useful for installing Go. For instructions on how to install it see [the gvm page on github](https://github.com/moovweb/gvm).