diff --git a/scripts/compile.sh b/scripts/compile.sh index b0a2ab84..322547f1 100755 --- a/scripts/compile.sh +++ b/scripts/compile.sh @@ -3,7 +3,7 @@ set -e # Prerequisites if ! command -v gox > /dev/null; then - go get -u github.com/mitchellh/gox + GO111MODULE=off go get -u github.com/mitchellh/gox fi # setup environment