Skip to content

Commit c95eeec

Browse files
committed
ci: rev cache version
Something is broken with the cache.
1 parent f7d9e7d commit c95eeec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ aliases:
66
restore_gomod: &restore_gomod
77
restore_cache:
88
keys:
9-
- v3-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-{{ .Environment.CIRCLE_JOB }}
10-
- v3-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-
11-
- v3-dep-{{ .Branch }}-
12-
- v3-dep-master-
9+
- v4-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-{{ .Environment.CIRCLE_JOB }}
10+
- v4-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-
11+
- v4-dep-{{ .Branch }}-
12+
- v4-dep-master-
1313
store_gomod: &store_gomod
1414
save_cache:
15-
key: v3-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-{{ .Environment.CIRCLE_JOB }}
15+
key: v4-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-{{ .Environment.CIRCLE_JOB }}
1616
paths:
1717
- ~/go/pkg/mod
1818
- ~/.cache/go-build/

0 commit comments

Comments
 (0)