circle : kill old cache

This commit is contained in:
Anthony HAMON
2018-09-16 22:41:41 +02:00
parent 9713a15167
commit 38036e0d20

View File

@@ -29,7 +29,7 @@ jobs:
fi fi
- restore_cache: - restore_cache:
keys: keys:
- pkg-cache-{{ checksum "Gopkg.lock" }}-v2 - pkg-cache-{{ checksum "Gopkg.lock" }}-v3
- run: - run:
name: Run tests name: Run tests
command: | command: |
@@ -44,7 +44,7 @@ jobs:
command: | command: |
bash <(curl -s https://codecov.io/bash) bash <(curl -s https://codecov.io/bash)
- save_cache: - save_cache:
key: pkg-cache-{{ checksum "Gopkg.lock" }}-v2 key: pkg-cache-{{ checksum "Gopkg.lock" }}-v3
paths: paths:
- ~/.cache/go-build - ~/.cache/go-build