go-libp2p
go-libp2p copied to clipboard
chore: update quic-go to 0.57.1
The previous release causes panics with go1.26.
need to debug why the tests fail
The test failure is not caused by the quic-go update, but by upgrading github.com/stretchr/testify. Tests also fail when bumping github.com/stretchr/testify to v1.11.1 on master.
closing in favour of #3439