mint fixes for go1.14 (#10294)

add go.mod to ensure that mint can be
built with go1.14.x
This commit is contained in:
Harshavardhana
2020-08-19 20:07:37 -07:00
committed by GitHub
parent ccd967e3be
commit 98ca770f81
14 changed files with 25 additions and 11 deletions

View File

@@ -16,4 +16,4 @@
#
test_run_dir="$MINT_RUN_CORE_DIR/aws-sdk-go"
GO111MODULE=on go build -o "$test_run_dir/aws-sdk-go" "$test_run_dir/quick-tests.go"
(cd "$test_run_dir" && GO111MODULE=on CGO_ENABLED=0 go build)