1
0
mirror of https://github.com/minio/mc.git synced 2026-01-04 02:44:40 +03:00

Remove runtime checks use go build tag (#2848)

Project can be only built with go1.12 or newer
other build related changes to use new go1.12
features.

Fixes #2815
This commit is contained in:
Harshavardhana
2019-08-06 15:41:04 -07:00
committed by kannappanr
parent cb3ce8fb97
commit 0f360131cb
12 changed files with 36 additions and 109 deletions

View File

@@ -2,4 +2,4 @@
set -e
GO111MODULE=on CGO_ENABLED=0 go test -v -coverprofile=coverage.txt -covermode=atomic ./...
GOPROXY=https://proxy.golang.org GO111MODULE=on CGO_ENABLED=0 go test -v -coverprofile=coverage.txt -covermode=atomic ./...