Skip to content

Commit

Permalink
enable go modules in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
eikenb committed Aug 1, 2019
1 parent 670ce44 commit 4e45584
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
curl -sLo vault.zip https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip
unzip vault.zip
sudo cp vault /usr/local/bin/
- run: make test
- run: |
export GO111MODULE=on
make test

0 comments on commit 4e45584

Please sign in to comment.