Skip to content

Commit

Permalink
debug 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Brouk committed Aug 16, 2022
1 parent 10bdb13 commit 7023abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ executors:
aliases:
- &restore_go_cache
restore_cache:
key: go-mod-v2-{{ checksum "go.sum" }}
key: go-mod-v3-{{ checksum "go.sum" }}
- &save_go_cache
save_cache:
key: go-mod-v2-{{ checksum "go.sum" }}
key: go-mod-v3-{{ checksum "go.sum" }}
paths:
- "~/go/pkg/mod"
- &restore_cypress_cache
Expand Down

0 comments on commit 7023abb

Please sign in to comment.