quic: update quic-go to v0.37.5 (#2497)

* Small changes for new quic-go API

* Update quic-go dependency

* Manually bump Go version in go-test

* Don't run examples in Go 1.21 yet

Revert this commit when we release a new go-libp2p version compatible
with Go 1.21

* update quic-go to v0.37.5

---------

Co-authored-by: Marco Munizaga <git@marcopolo.io>
This commit is contained in:
Marten Seemann
2023-08-17 14:26:56 +07:00
committed by GitHub
parent 2398ba4fac
commit d2398ee4f2
57 changed files with 144 additions and 40 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ "ubuntu", "windows", "macos" ]
go: ["1.19.x","1.20.x"]
os: ["ubuntu", "windows", "macos"]
go: ["1.20.x", "1.21.x"]
env:
COVERAGES: ""
runs-on: ${{ fromJSON(vars[format('UCI_GO_TEST_RUNNER_{0}', matrix.os)] || format('"{0}-latest"', matrix.os)) }}