switch mac tests to Go 1.14 (#7784)

This commit is contained in:
Steven Soroka 2020-07-03 15:06:26 -04:00 committed by GitHub
parent c3cab94d5d
commit 2b545bfe2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ jobs:
- checkout
- restore_cache:
key: mac-go-mod-v1-{{ checksum "go.sum" }}
- run: 'brew install go@1.13'
- run: 'brew install go' # latest
- run: 'make deps'
- run: 'make tidy'
- save_cache:
@ -93,7 +93,7 @@ jobs:
- run: 'GOARCH=386 make'
- run: 'GOARCH=386 make check'
- run: 'GOARCH=386 make test'
test-go-1.13-darwin:
test-go-darwin:
<<: [ *mac ]
steps:
- attach_workspace:
@ -168,7 +168,7 @@ workflows:
filters:
tags:
only: /.*/
- 'test-go-1.13-darwin':
- 'test-go-darwin':
requires:
- 'macdeps'
filters: