Skip to content

Commit

Permalink
chore!: bump go.mod to Go 1.22 and run go fix (#95)
Browse files Browse the repository at this point in the history
* chore: bump go.mod to Go 1.22 and run go fix

* chore: bump go.mod to Go 1.22 and run go fix
  • Loading branch information
web3-bot authored Aug 26, 2024
1 parent 042550d commit 467dde1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuzz/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/filecoin-project/go-amt-ipld/fuzz

go 1.21
go 1.22

replace github.com/filecoin-project/go-amt-ipld/v4 => ../

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/filecoin-project/go-amt-ipld/v4

go 1.21
go 1.22

require (
github.com/ipfs/go-block-format v0.2.0
Expand Down

0 comments on commit 467dde1

Please sign in to comment.