From c841f982f6544d8a5c533458fc916ed7c662c68a Mon Sep 17 00:00:00 2001 From: web3-bot <81333946+web3-bot@users.noreply.github.com> Date: Wed, 20 Aug 2025 16:25:50 +0000 Subject: [PATCH] chore!: bump go.mod to Go 1.24 and run go fix BREAKING CHANGE: Updating the Go version to 1.24 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b9b9f1f..5f4f0cc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ipfs/pinbot-irc -go 1.23 +go 1.24 require ( github.com/ipfs/go-cid v0.0.5