build: build with go1.15-rc2

This commit is contained in:
Nick Craig-Wood 2020-08-09 10:38:02 +01:00
parent a00274d2ab
commit db56d30078
1 changed files with 8 additions and 8 deletions

View File

@ -19,12 +19,12 @@ jobs:
strategy:
fail-fast: false
matrix:
job_name: ['linux', 'mac', 'windows_amd64', 'windows_386', 'other_os', 'go1.11', 'go1.12', 'go1.13', 'go1.15']
job_name: ['linux', 'mac', 'windows_amd64', 'windows_386', 'other_os', 'go1.11', 'go1.12', 'go1.13', 'go1.14']
include:
- job_name: linux
os: ubuntu-latest
go: '1.14.x'
go: '1.15.0-rc2'
gotags: cmount
build_flags: '-include "^linux/"'
check: true
@ -34,7 +34,7 @@ jobs:
- job_name: mac
os: macOS-latest
go: '1.14.x'
go: '1.15.0-rc2'
gotags: 'cmount'
build_flags: '-include "^darwin/amd64" -cgo'
quicktest: true
@ -43,7 +43,7 @@ jobs:
- job_name: windows_amd64
os: windows-latest
go: '1.14.x'
go: '1.15.0-rc2'
gotags: cmount
build_flags: '-include "^windows/amd64" -cgo'
quicktest: true
@ -52,7 +52,7 @@ jobs:
- job_name: windows_386
os: windows-latest
go: '1.14.x'
go: '1.15.0-rc2'
gotags: cmount
goarch: '386'
cgo: '1'
@ -62,7 +62,7 @@ jobs:
- job_name: other_os
os: ubuntu-latest
go: '1.14.x'
go: '1.15.0-rc2'
build_flags: '-exclude "^(windows/|darwin/amd64|linux/)"'
compile_all: true
deploy: true
@ -82,9 +82,9 @@ jobs:
go: '1.13.x'
quicktest: true
- job_name: go1.15
- job_name: go1.14
os: ubuntu-latest
go: '1.15.0-rc2'
go: '1.14.x'
quicktest: true
racequicktest: true