forked from quic-go/quic-go
disable Go 1.16 on CI, fix cross compile workflow
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.14.x", "1.15.x", "1.16.0-beta1" ]
|
||||
go: [ "1.14.x", "1.15.x" ]
|
||||
runs-on: ubuntu-latest
|
||||
name: Integration Tests, Go ${{ matrix.go }})
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user