Skip to content

Commit

Permalink
Merge pull request #66 from hashicorp/update-circle-config-save-cache
Browse files Browse the repository at this point in the history
update circle config to save go mod cache
  • Loading branch information
cotarg authored Oct 9, 2019
2 parents 10a89a7 + a4eac1c commit 2046c9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
keys:
- go-version-modcache-v1-{{ checksum "go.mod" }}

- run: go mod download

# Save go module cache if the go.mod file has changed
- save_cache:
key: go-version-modcache-v1-{{ checksum "go.mod" }}
Expand Down

0 comments on commit 2046c9d

Please sign in to comment.