Skip to content

Commit be84cbd

Browse files
committed
ci: bump cache key, apparently invalid cache
1 parent 2ead49b commit be84cbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- checkout
1313
- restore_cache:
1414
keys:
15-
- v1-pkg-cache-{{ checksum "go.sum" }}
16-
- v1-pkg-cache
15+
- v2-pkg-cache-{{ checksum "go.sum" }}
16+
- v2-pkg-cache
1717
- run:
1818
name: Build
1919
command: make build
@@ -26,7 +26,7 @@ jobs:
2626
name: Run unit tests
2727
command: make test
2828
- save_cache:
29-
key: v1-pkg-cache-{{ checksum "go.sum" }}
29+
key: v2-pkg-cache-{{ checksum "go.sum" }}
3030
paths:
3131
- "/go/pkg"
3232

0 commit comments

Comments
 (0)