From ecea526d4eb4375d35f942147d665c880cc69252 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 14 Aug 2023 11:31:18 +0000 Subject: [PATCH] chore: bump go.mod to Go 1.20 and run go fix --- examples/pubsub/basic-chat-with-rendezvous/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pubsub/basic-chat-with-rendezvous/go.mod b/examples/pubsub/basic-chat-with-rendezvous/go.mod index f9cf1ec684..b5816aba8f 100644 --- a/examples/pubsub/basic-chat-with-rendezvous/go.mod +++ b/examples/pubsub/basic-chat-with-rendezvous/go.mod @@ -1,6 +1,6 @@ module github.com/libp2p/go-libp2p/examples/pubsub/chat -go 1.19 +go 1.20 require ( github.com/libp2p/go-libp2p v0.28.0