From 7d853526576a4d894aa40a11214ccdc584f2f2d8 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Sun, 16 Feb 2025 12:37:07 +0000 Subject: [PATCH] chore!: bump go.mod to Go 1.23 and run go fix BREAKING CHANGE: Updating the Go version to 1.23 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d6d9dc82..e58bea52 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ipfs/rainbow -go 1.23.2 +go 1.23 require ( github.com/cockroachdb/pebble v1.1.4