chore(ci): bump cache version
Something broke in circle. This is the only way to clear the cache.
Steven Allen committed
Feb 4, 2020 at 11:25 UTC
db36e7f863f84f7fe197e132e142f7f544d8a395
1 file changed
+5
-5
.circleci/config.yml
+5
-5
@@ -6,13 +6,13 @@ aliases:
6
restore_gomod: &restore_gomod
7
restore_cache:
8
keys:
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-
9
+ - v5-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-{{ .Environment.CIRCLE_JOB }}
10
+ - v5-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-
11
+ - v5-dep-{{ .Branch }}-
12
+ - v5-dep-master-
13
store_gomod: &store_gomod
14
save_cache:
15
- key: v4-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-{{ .Environment.CIRCLE_JOB }}
15
+ key: v5-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-{{ .Environment.CIRCLE_JOB }}
16
paths:
17
- ~/go/pkg/mod
18
- ~/.cache/go-build/