We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026bdce commit 8a6fd5bCopy full SHA for 8a6fd5b
.github/workflows/go-test.yml
@@ -17,6 +17,6 @@ jobs:
17
go-test:
18
uses: ./.github/workflows/go-test-template.yml
19
with:
20
- go-versions: '["1.24.x", "1.25.x"]'
+ go-versions: '["1.25.x", "1.26.x"]'
21
secrets:
22
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
go.mod
@@ -1,6 +1,6 @@
1
module github.com/libp2p/go-libp2p
2
3
-go 1.24.6
+go 1.25.7
4
5
retract v0.26.1 // Tag was applied incorrectly due to a bug in the release workflow.
6
test-plans/go.mod
module github.com/libp2p/go-libp2p/test-plans/m/v2
require (
github.com/go-redis/redis/v8 v8.11.5
0 commit comments