From aed94cdc2c2f0162905eda49bd88a5590c84e2c1 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Fri, 23 Aug 2024 13:55:16 +0100 Subject: [PATCH] ci: uci/update-go (#132) 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 b39f904..5701d5a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/probe-lab/go-kademlia -go 1.21 +go 1.22 require ( github.com/benbjohnson/clock v1.3.5