README: update golang requirement to 1.7 (#2412)

The docker engine-api package we use needs golang 1.7+, see:
https://github.com/docker/engine-api/pull/382#issuecomment-244512952

So telegraf won't compile without 1.7
This commit is contained in:
Yaron de Leeuw 2017-02-15 12:17:26 -05:00 committed by Cameron Sparr
parent c1f825c705
commit 212fdc587a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Ansible role: https://github.com/rossmcdonald/telegraf
Telegraf manages dependencies via [gdm](https://github.com/sparrc/gdm),
which gets installed via the Makefile
if you don't have it already. You also must build with golang version 1.5+.
if you don't have it already. You also must build with golang version 1.7+.
1. [Install Go](https://golang.org/doc/install)
2. [Setup your GOPATH](https://golang.org/doc/code.html#GOPATH)