mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +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:
|
||||
strategy:
|
||||
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]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user