Skip to content

Commit

Permalink
Use go1.22 in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Oct 23, 2024
1 parent c4e8148 commit 46db7b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ipfs/boxo/examples

go 1.22.0
go 1.22

require (
github.com/ipfs/boxo v0.24.0
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/ipfs/boxo

go 1.22.0
go 1.22

require (
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9
Expand Down

0 comments on commit 46db7b6

Please sign in to comment.