Skip to content

Commit

Permalink
Fix GOPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarden committed Oct 5, 2023
1 parent e3e97bd commit 6528412
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 6528412

Please sign in to comment.