5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 00:39:34 +00:00

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

This commit is contained in:
Wim 2021-02-02 00:05:12 +01:00 committed by GitHub
parent eff5f1e119
commit e24f7f5151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: