mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 06:31:02 +00:00
Add Go 1.14-rc to CI
This commit is contained in:
parent
e77c69d212
commit
88c3477010
1 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue