Skip to content

Commit 8a6fd5b

Browse files
authored
Update to Go 1.25 (#3462)
1 parent 026bdce commit 8a6fd5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.24.x", "1.25.x"]'
20+
go-versions: '["1.25.x", "1.26.x"]'
2121
secrets:
2222
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

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
22

3-
go 1.24.6
3+
go 1.25.7
44

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

test-plans/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/test-plans/m/v2
22

3-
go 1.24.6
3+
go 1.25.7
44

55
require (
66
github.com/go-redis/redis/v8 v8.11.5

0 commit comments

Comments
 (0)