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:
committed by
kannappanr
parent
cb3ce8fb97
commit
0f360131cb
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user