Skip to content
Prev Previous commit
Next Next commit
chore!: bump go.mod to Go 1.23 and run go fix
BREAKING CHANGE: Updating the Go version to 1.23
  • Loading branch information
web3-bot committed Feb 16, 2025
commit e085c73425f62ecb17f5a109270d4550d6c87897
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/libp2p/go-libp2p

go 1.22.0
go 1.23

retract v0.26.1 // Tag was applied incorrectly due to a bug in the release workflow.

Expand Down