ci: uci/update-go (#59)

* chore: bump go.mod to Go 1.21 and run go fix

* chore: run go mod tidy
This commit is contained in:
web3-bot
2024-03-14 12:25:52 +01:00
committed by GitHub
parent a0303a6f45
commit 02ed95de81

2
go.mod
View File

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