Revert "pass -mod=vendor to gox"

This reverts commit debda0e35f.
This commit is contained in:
Jesse Duffield 2019-07-03 23:41:10 +10:00
parent debda0e35f
commit 8abffd7aa0

View file

@ -28,7 +28,7 @@ jobs:
name: Compile project on every platform
command: |
go get github.com/mitchellh/gox
gox -mod=vendor -parallel 10 -os "linux freebsd" -osarch "darwin/i386 darwin/amd64"
gox -parallel 10 -os "linux freebsd" -osarch "darwin/i386 darwin/amd64"
- save_cache:
key: pkg-cache-{{ checksum "Gopkg.lock" }}-v4
paths: