Skip to content

Commit

Permalink
Update mac cache version number in circle-ci to avoid conflicts (infl…
Browse files Browse the repository at this point in the history
…uxdata#8982)

* Have mac use 1.16.1

* minor version not necessary

Co-authored-by: Bas <[email protected]>
  • Loading branch information
sspaink and sspaink authored Mar 12, 2021
1 parent 5085f59 commit 97da596
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 @@ -93,14 +93,14 @@ jobs:
steps:
- checkout
- restore_cache:
key: mac-go-mod-v2-{{ checksum "go.sum" }}
key: mac-go-mod-v3-{{ checksum "go.sum" }}
- run: 'brew update'
- run: 'brew install [email protected]'
- run: 'make deps'
- run: 'make tidy'
- save_cache:
name: 'go module cache'
key: mac-go-mod-v2-{{ checksum "go.sum" }}
key: mac-go-mod-v3-{{ checksum "go.sum" }}
paths:
- '~/go/pkg/mod'
- '/usr/local/Cellar/go'
Expand Down

0 comments on commit 97da596

Please sign in to comment.