Skip to content

Commit

Permalink
chore!: bump go.mod to Go 1.22 and run go fix (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot authored Aug 26, 2024
1 parent de37b17 commit cfb8571
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ipld/go-car/cmd

go 1.21
go 1.22

require (
github.com/dustin/go-humanize v1.0.1
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/ipld/go-car

go 1.21
go 1.22

require (
github.com/ipfs/go-block-format v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion v2/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ipld/go-car/v2

go 1.21
go 1.22

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

0 comments on commit cfb8571

Please sign in to comment.