We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85ee06 commit 5d3ebb9Copy full SHA for 5d3ebb9
.circleci/config.yml
@@ -25,8 +25,6 @@ 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