Fix build script broken on gox install

main
Elie 2021-05-04 11:23:27 +02:00
parent 61a5541075
commit b03d3f18a9
No known key found for this signature in database
GPG Key ID: 399AF69092C727B6
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 install github.com/mitchellh/gox
go install github.com/mitchellh/gox@v1.0.0
fi
# Delete old binaries