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 6434a1f0c0849f9983f5a146f7697e66f6871cd6
2 changes: 1 addition & 1 deletion examples/pubsub/chat/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/libp2p/go-libp2p/examples/pubsub/chat

go 1.22
go 1.23

require (
github.com/gdamore/tcell/v2 v2.5.2
Expand Down