mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
add cache based on Gopkg.lock checksum
This commit is contained in:
parent
66e5dacf5e
commit
dac7c90483
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
- checkout
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v1-pkg-cache
|
||||
- pkg-cache-{{ checksum "Gopkg.lock" }}
|
||||
- run:
|
||||
name: Run gofmt -s
|
||||
command: |
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
|||
command: |
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
- save_cache:
|
||||
key: v1-pkg-cache
|
||||
key: pkg-cache-{{ checksum "Gopkg.lock" }}
|
||||
paths:
|
||||
- "/go/pkg"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue