mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Require go 1.7.1 to build Minio server (#2727)
This commit is contained in:
parent
e1adbf83d8
commit
ef22330563
@ -20,4 +20,4 @@ after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
go:
|
||||
- 1.6.2
|
||||
- 1.7.1
|
||||
|
@ -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)
|
||||
|
||||
|
@ -26,7 +26,7 @@ import (
|
||||
|
||||
// Global constants for Minio.
|
||||
const (
|
||||
minGoVersion = ">= 1.6" // Minio requires at least Go v1.6
|
||||
minGoVersion = ">= 1.7.1" // minimum Go runtime version
|
||||
)
|
||||
|
||||
// minio configuration related constants.
|
||||
|
Loading…
Reference in New Issue
Block a user