Skip to content

Commit fe11448

Browse files
web3-botgalargh
andauthored
chore: update ci for go1.24 (#3195)
Co-authored-by: Piotr Galar <[email protected]>
1 parent ce33562 commit fe11448

File tree

23 files changed

+23
-24
lines changed

23 files changed

+23
-24
lines changed

.github/workflows/go-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
go-check:
1818
uses: ipdxco/unified-github-workflows/.github/workflows/[email protected]
1919
with:
20-
go-version: "1.23.x"
20+
go-version: "1.24.x"
2121
go-generate-ignore-protoc-version-comments: true

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
go-test:
1818
uses: ./.github/workflows/go-test-template.yml
1919
with:
20-
go-versions: '["1.22.x", "1.23.x"]'
20+
go-versions: '["1.23.x", "1.24.x"]'
2121
secrets:
2222
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

core/crypto/pb/crypto.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/peer/pb/peer_record.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/record/pb/envelope.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/sec/insecure/pb/plaintext.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/go.mod

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

3-
go 1.22.0
4-
5-
toolchain go1.22.1
3+
go 1.23
64

75
require (
86
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.22
3+
go 1.23
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.22
3+
go 1.23
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.22
3+
go 1.23
44

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

0 commit comments

Comments
 (0)