Skip to content

Commit

Permalink
Build tools, set custom gopath
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio committed May 3, 2019
1 parent e245095 commit 4bce5c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ jobs:
name: binaries
command: |
make go-mod-cache
make tools
make install
- save_cache:
key: go-mod-v1-{{ checksum "go.sum" }}
paths:
- "/go/pkg/mod"
- "/tmp/workspace/pkg/mod"
- persist_to_workspace:
root: /tmp/workspace
paths:
Expand Down

0 comments on commit 4bce5c2

Please sign in to comment.