chore!: bump go.mod to Go 1.24 and run go fix (#65)

BREAKING CHANGE: Updating the Go version to 1.24
This commit is contained in:
web3-bot
2025-08-21 08:31:50 +01:00
committed by GitHub
parent eabda15156
commit 701f9d5222

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/multiformats/go-multibase
go 1.23
go 1.24
require (
github.com/mr-tron/base58 v1.1.0