Require go 1.7.1 to build Minio server (#2727)

This commit is contained in:
Anis Elleuch
2016-09-22 18:33:52 +01:00
committed by Harshavardhana
parent e1adbf83d8
commit ef22330563
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ _init() {
## Minimum required versions for build dependencies
GIT_VERSION="1.0"
GO_VERSION="1.6"
GO_VERSION="1.7.1"
OSX_VERSION="10.8"
UNAME=$(uname -sm)