chore!: bump go.mod to Go 1.23 and run go fix (#63)

BREAKING CHANGE: Updating the Go version to 1.23
This commit is contained in:
web3-bot
2025-02-16 21:01:37 +01:00
committed by GitHub
parent 44b28418c8
commit 766dbc86ae

2
go.mod
View File

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