Merge pull request #484 from cloudskiff/fix_build_script

Fix build script broken on gox install
main
Elie 2021-05-04 11:38:11 +02:00 committed by GitHub
commit 3583b283f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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