switch mac tests to Go 1.14 (#7784)
This commit is contained in:
parent
c3cab94d5d
commit
2b545bfe2c
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: mac-go-mod-v1-{{ checksum "go.sum" }}
|
key: mac-go-mod-v1-{{ checksum "go.sum" }}
|
||||||
- run: 'brew install go@1.13'
|
- run: 'brew install go' # latest
|
||||||
- run: 'make deps'
|
- run: 'make deps'
|
||||||
- run: 'make tidy'
|
- run: 'make tidy'
|
||||||
- save_cache:
|
- save_cache:
|
||||||
|
|
@ -93,7 +93,7 @@ jobs:
|
||||||
- run: 'GOARCH=386 make'
|
- run: 'GOARCH=386 make'
|
||||||
- run: 'GOARCH=386 make check'
|
- run: 'GOARCH=386 make check'
|
||||||
- run: 'GOARCH=386 make test'
|
- run: 'GOARCH=386 make test'
|
||||||
test-go-1.13-darwin:
|
test-go-darwin:
|
||||||
<<: [ *mac ]
|
<<: [ *mac ]
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
|
@ -168,7 +168,7 @@ workflows:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
- 'test-go-1.13-darwin':
|
- 'test-go-darwin':
|
||||||
requires:
|
requires:
|
||||||
- 'macdeps'
|
- 'macdeps'
|
||||||
filters:
|
filters:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue