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

@@ -182,7 +182,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
go_rules_dependencies()
go_register_toolchains(
go_version = "1.20.10",
go_version = "1.21.5",
nogo = "@//:nogo",
)