Prevent gox install to update go.mod

main
Elie 2021-04-06 16:48:47 +02:00
parent 5789a0c24e
commit 141ffbe81b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ fi
if ! which gox > /dev/null; then
echo "+ Installing gox..."
go get github.com/mitchellh/gox
go install github.com/mitchellh/gox
fi
# Delete old binaries