mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Require go 1.7.1 to build Minio server (#2727)
This commit is contained in:
committed by
Harshavardhana
parent
e1adbf83d8
commit
ef22330563
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user