forked from quic-go/quic-go
drop support for Go 1.16 and 1.17 (#3482)
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.x", "1.18.x", "1.19.0-beta1" ]
|
||||
go: [ "1.18.x", "1.19.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