mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-28 10:39:42 -05:00
remove turn modules off for gox installation
This commit is contained in:
parent
ff3adce2f9
commit
17a658bdd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue