mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
Change workflow from go 1.16.0-rc1 to go 1.16.x (#1406)
This commit is contained in:
parent
c147ba1da1
commit
668e7407e6
2
.github/workflows/development.yml
vendored
2
.github/workflows/development.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
test-build-upload:
|
test-build-upload:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.14.x, 1.15.x, 1.16.0-rc1]
|
go-version: [1.14.x, 1.15.x, 1.16.x]
|
||||||
platform: [ubuntu-latest]
|
platform: [ubuntu-latest]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user