Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: bump go.mod to Go 1.21 and run go fix
  • Loading branch information
web3-bot committed Mar 13, 2024
commit 42742caf57dbc6c97878cefd57ff804142f6f9f2
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/ipfs/go-unixfsnode

go 1.20
go 1.21


require (
github.com/ipfs/go-bitfield v1.1.0
Expand Down
Loading