Skip to content

Commit

Permalink
remove toolchain from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Oct 23, 2024
1 parent cbe7684 commit c4e8148
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/ipfs/boxo/examples

go 1.22.0

toolchain go1.23.2

require (
github.com/ipfs/boxo v0.24.0
github.com/ipfs/go-block-format v0.2.0
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/ipfs/boxo

go 1.22.0

toolchain go1.23.2

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

0 comments on commit c4e8148

Please sign in to comment.