diff --git a/.circleci/config.yml b/.circleci/config.yml index 5329ca1..59af72e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,10 @@ jobs: if [ -f /var/run/docker-temp.sock ]; then sudo chmod 666 /var/run/docker-temp.sock fi - - run: make dist + - run: + command: | + export GOPATH=/home/circleci/.go_workspace + make dist - run: name: create release command: |