From 766dbc86aeb20dc775140fb2c438aad407b1f7f3 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Sun, 16 Feb 2025 21:01:37 +0100 Subject: [PATCH] chore!: bump go.mod to Go 1.23 and run go fix (#63) 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 fd788c3..b6cb6c4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/multiformats/go-multibase -go 1.22 +go 1.23 require ( github.com/mr-tron/base58 v1.1.0