Skip to content

Commit 83d7775

Browse files
authored
ci: uci/update-go (#3371)
1 parent 90b8412 commit 83d7775

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/libp2p/go-libp2p/examples
22

3-
go 1.23.0
3+
go 1.24
44

55
require (
66
github.com/caddyserver/certmagic v0.21.6

examples/ipfs-camp-2019/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/libp2p/go-libp2p/examples/ipfs-camp-2019
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/gogo/protobuf v1.3.2

examples/pubsub/basic-chat-with-rendezvous/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/libp2p/go-libp2p/examples/pubsub/chat
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/libp2p/go-libp2p v0.33.0

examples/pubsub/chat/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/libp2p/go-libp2p/examples/pubsub/chat
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/gdamore/tcell/v2 v2.5.2

scripts/test_analysis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/libp2p/go-libp2p/scripts/test_analysis
22

3-
go 1.23
3+
go 1.24
44

55
require modernc.org/sqlite v1.36.0
66

0 commit comments

Comments
 (0)