Skip to content

Commit

Permalink
bump go mod cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncaci committed Jan 30, 2025
1 parent 52bdab6 commit b56ed60
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 @@ -275,13 +275,13 @@ commands:
- create_dot_go_version
- restore_cache:
keys:
- go-mod-sources-v8-{{ checksum "go.sum" }}-{{ checksum ".go-version" }}
- go-mod-sources-v9-{{ checksum "go.sum" }}-{{ checksum ".go-version" }}

save_cache_for_go:
steps:
- create_dot_go_version
- save_cache:
key: go-mod-sources-v8-{{ checksum "go.sum" }}-{{ checksum ".go-version" }}
key: go-mod-sources-v9-{{ checksum "go.sum" }}-{{ checksum ".go-version" }}
paths:
- '~/go'
- '~/transcom/mymove/bin/swagger'
Expand Down

0 comments on commit b56ed60

Please sign in to comment.