From 17a658bdd0d0d51622e3ac5ed4fe123341739e3e Mon Sep 17 00:00:00 2001 From: Alex Pilon Date: Mon, 11 Mar 2019 17:39:47 -0400 Subject: [PATCH] remove turn modules off for gox installation --- scripts/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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