forked from quic-go/quic-go
run integration tests with Go 1.17.x
This commit is contained in:
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -5,7 +5,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go: [ "1.16.x", "1.17.0-rc1" ]
|
||||
go: [ "1.16.x", "1.17.x" ]
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
DEBUG: false # set this to true to export qlogs and save them as artifacts
|
||||
|
||||
Reference in New Issue
Block a user