update qtls and CI to Go 1.16rc1

This commit is contained in:
Marten Seemann
2021-01-29 12:30:07 +08:00
parent e5bb76c210
commit c9ccf3f8a6
5 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ "1.14.x", "1.15.x" ]
go: [ "1.14.x", "1.15.x", "1.16.0-rc1" ]
runs-on: ubuntu-latest
name: Integration Tests, Go ${{ matrix.go }})
steps: