Skip to content
Merged
Changes from all commits
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
chore!: bump go.mod to Go 1.24 and run go fix
BREAKING CHANGE: Updating the Go version to 1.24
  • Loading branch information
web3-bot committed Aug 20, 2025
commit 74c3a2f38a3b9198b170463338d2330c3628d4b4
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/go-unixfsnode

go 1.23.8
go 1.24

require (
github.com/ipfs/boxo v0.30.0
Expand Down
Loading