Update Libp2p To v0.32.1 and Go to v1.21.5 (#13304)

* update libp2p

* fix tests

* fix tests

* fix build

* update to go v1.21

* workflow

* workflow again

* update ci

* update golangci

* disable quic
This commit is contained in:
Nishant Das
2023-12-22 00:09:54 +08:00
committed by GitHub
parent a068f3877e
commit 233f4d99a2
20 changed files with 347 additions and 267 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.20-alpine
FROM golang:1.21-alpine
COPY entrypoint.sh /entrypoint.sh