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

Need to update to Go 1.17 because of gopackage/ddp dependency (#1611)

This commit is contained in:
Wim
2021-10-17 00:35:44 +02:00
committed by GitHub
parent 61bab22dde
commit 7551b4e7a3
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
test-build-upload:
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
go-version: [1.17.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: