Skip to content

Commit

Permalink
Update circleci mac golang version (influxdata#8516)
Browse files Browse the repository at this point in the history
  • Loading branch information
reimda authored Dec 4, 2020
1 parent ac88e8a commit a21c361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:
- image: 'quay.io/influxdb/telegraf-ci:1.15.5'
mac: &mac
macos:
xcode: 11.3.1
xcode: 12.1.0
working_directory: '~/go/src/github.com/influxdata/telegraf'
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
Expand Down Expand Up @@ -42,13 +42,13 @@ jobs:
steps:
- checkout
- restore_cache:
key: mac-go-mod-v1-{{ checksum "go.sum" }}
key: mac-go-mod-v2-{{ checksum "go.sum" }}
- run: 'brew install go' # latest
- run: 'make deps'
- run: 'make tidy'
- save_cache:
name: 'go module cache'
key: mac-go-mod-v1-{{ checksum "go.sum" }}
key: mac-go-mod-v2-{{ checksum "go.sum" }}
paths:
- '~/go/pkg/mod'
- '/usr/local/Cellar/go'
Expand Down

0 comments on commit a21c361

Please sign in to comment.