From ee9c8434f99818972c6b26fd9ec8bebe0b1c829a Mon Sep 17 00:00:00 2001 From: web3-bot <81333946+web3-bot@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:13:04 +0100 Subject: [PATCH] ci: uci/update-go (#638) This PR was created automatically by the @web3-bot as a part of the [Unified CI](https://github.com/ipdxco/unified-github-workflows) project. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 75f4cd2..19d8fdb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/libp2p/go-libp2p-pubsub -go 1.23 +go 1.24 require ( github.com/benbjohnson/clock v1.3.5