Skip to content

Commit

Permalink
Merge pull request #183 from multiformats/uci/update-go
Browse files Browse the repository at this point in the history
ci: uci/update-go
  • Loading branch information
web3-bot committed Mar 14, 2024
2 parents fb5ed46 + 6b5f591 commit ec5de40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -14,4 +14,4 @@ require (
golang.org/x/sys v0.15.0 // indirect
)

go 1.20
go 1.21
2 changes: 1 addition & 1 deletion multihash/main.go
Expand Up @@ -9,7 +9,7 @@ import (
mh "github.com/multiformats/go-multihash"
mhopts "github.com/multiformats/go-multihash/opts"
_ "github.com/multiformats/go-multihash/register/all"
_ "github.com/multiformats/go-multihash/register/miniosha256"
_ "github.com/multiformats/go-multihash/register/sha256"
)

var usage = `usage: %s [options] [FILE]
Expand Down
2 changes: 1 addition & 1 deletion registry.go
Expand Up @@ -6,7 +6,7 @@ import (
mhreg "github.com/multiformats/go-multihash/core"

_ "github.com/multiformats/go-multihash/register/all"
_ "github.com/multiformats/go-multihash/register/miniosha256"
_ "github.com/multiformats/go-multihash/register/sha256"
)

// Register is an alias for Register in the core package.
Expand Down

0 comments on commit ec5de40

Please sign in to comment.