Add go 1.16.0-rc1 to github workflow (#1386)

pull/1395/head
Wim 3 years ago committed by GitHub
parent eff5f1e119
commit e24f7f5151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ jobs:
test-build-upload:
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.14.x, 1.15.x, 1.16.0-rc1]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
@ -24,6 +24,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
stable: false
- name: Checkout code
uses: actions/checkout@v2
with:

Loading…
Cancel
Save