From bfcc7c4889cd113d01ce7f66faf62f38d72c0260 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Sun, 16 Feb 2025 22:31:20 +0100 Subject: [PATCH] ci: uci/update-go (#595) 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 f1358e7..6723b6e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/libp2p/go-libp2p-pubsub -go 1.22 +go 1.23 require ( github.com/benbjohnson/clock v1.3.5