mirror of
https://github.com/libp2p/go-libp2p.git
synced 2026-04-23 00:27:05 +08:00
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:
@@ -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)) }}
|
||||
|
||||
Reference in New Issue
Block a user