mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
build/vet: Fix all the shadowing reports with go1.6
Golang 1.6 is default version for the build now. Additionally set 'GODEBUG=cgocheck=0' for now, until we fix the erasure coding package. Readmore here https://tip.golang.org/doc/go1.6#cgo
This commit is contained in:
+1
-1
@@ -18,5 +18,5 @@ package main
|
||||
|
||||
// Global constants for Minio.
|
||||
const (
|
||||
minGoVersion = ">= 1.5.1" // Minio requires at least Go v1.5.1
|
||||
minGoVersion = ">= 1.6" // Minio requires at least Go v1.6
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user