summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-09-15 19:58:37 +1000
committerJesse Duffield <jessedduffield@gmail.com>2019-09-15 21:16:19 +1000
commitb92d27ee7f68f2260c72a5ac093b8871c22c2f8c (patch)
tree478a3c94ba51bb258fef5b5f9158787898ed3a81
parent6eff139c403b1abd71b6a5233f3f1b5bb594a10f (diff)
force underlying go commands under gox to use the vendor directory
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 49f8db644..7cdd01346 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -30,7 +30,7 @@ jobs:
name: Compile project on every platform
command: |
go get github.com/mitchellh/gox
- gox -mod=vendor -parallel 10 -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64"
+ GOFLAGS=-mod=vendor gox -parallel 10 -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64"
- save_cache:
key: pkg-cache-{{ checksum "go.sum" }}-v5
paths: