5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 16:59:34 +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
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, 1.16.0-rc1]
go-version: [1.14.x, 1.15.x, 1.16.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: