We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10a89a7 + a4eac1c commit 2046c9dCopy full SHA for 2046c9d
.circleci/config.yml
@@ -25,6 +25,8 @@ jobs:
25
keys:
26
- go-version-modcache-v1-{{ checksum "go.mod" }}
27
28
+ - run: go mod download
29
+
30
# Save go module cache if the go.mod file has changed
31
- save_cache:
32
key: go-version-modcache-v1-{{ checksum "go.mod" }}
0 commit comments