From 8abffd7aa0d03c8c498fad500a3d231b66483007 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Wed, 3 Jul 2019 23:41:10 +1000 Subject: [PATCH] Revert "pass -mod=vendor to gox" This reverts commit debda0e35f8a2752deb437656bb661335eb1fa60. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 08794d39..e09c64ac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: