Prevent gox install to update go.mod
parent
5789a0c24e
commit
141ffbe81b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue