Fix build script broken on gox install
parent
61a5541075
commit
b03d3f18a9
|
@ -55,7 +55,7 @@ fi
|
|||
|
||||
if ! which gox > /dev/null; then
|
||||
echo "+ Installing gox..."
|
||||
go install github.com/mitchellh/gox
|
||||
go install github.com/mitchellh/gox@v1.0.0
|
||||
fi
|
||||
|
||||
# Delete old binaries
|
||||
|
|
Loading…
Reference in New Issue