remove turn modules off for gox installation

This commit is contained in:
Alex Pilon 2019-03-11 17:39:47 -04:00
parent ff3adce2f9
commit 17a658bdd0
No known key found for this signature in database
GPG key ID: 95659F6AEFC48D7E

View file

@ -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