Skip to content

Commit 2046c9d

Browse files
authored
Merge pull request #66 from hashicorp/update-circle-config-save-cache
update circle config to save go mod cache
2 parents 10a89a7 + a4eac1c commit 2046c9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
keys:
2626
- go-version-modcache-v1-{{ checksum "go.mod" }}
2727

28+
- run: go mod download
29+
2830
# Save go module cache if the go.mod file has changed
2931
- save_cache:
3032
key: go-version-modcache-v1-{{ checksum "go.mod" }}

0 commit comments

Comments
 (0)