4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-04 13:37:44 +00:00

Change workflow from go 1.16.0-rc1 to go 1.16.x (#1406)

This commit is contained in:
Qais Patankar
2021-02-17 20:14:21 +00:00
committed by GitHub
parent c147ba1da1
commit 668e7407e6

View File

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