Add Go 1.14-rc to CI

This commit is contained in:
Cody Soyland 2020-02-06 19:39:45 -06:00
parent e77c69d212
commit 88c3477010

View file

@ -50,6 +50,15 @@ jobs:
- run: make build GOOS=linux GOARCH=arm GOARM=6
- run: make build GOOS=linux GOARCH=arm GOARM=7
- run: make build GOOS=linux GOARCH=arm64
test-golang-1.14-rc:
<<: *defaults
docker:
- image: circleci/golang:1.14-rc
steps:
- *fast-checkout
- *add-github-auth
- run: sudo apt-get install lsof
- run: make test
test-golang-1.13: &base-test
<<: *defaults
steps:
@ -177,6 +186,9 @@ workflows:
- test-build-arm:
requires:
- setup
- test-golang-1.14-rc:
requires:
- setup
- test-golang-1.13-enterprise:
requires:
- setup