Skip to content

Commit

Permalink
build(ci): find the most recently generated cache (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski authored Apr 17, 2024
1 parent 455b915 commit 457a305
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
name: restore deps
keys:
- go-health-go-cache-{{ checksum "go.sum" }}
- go-health-go-cache-
- run: make dep
- save_cache:
name: save deps
Expand All @@ -28,6 +29,7 @@ jobs:
name: restore go build cache
keys:
- go-health-go-build-cache-{{ checksum "go.sum" }}
- go-health-go-build-cache-
- run: make lint
- run: make sec
- run: make specs
Expand Down

0 comments on commit 457a305

Please sign in to comment.