diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 0c5cd4f96..ce7128180 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -17,6 +17,6 @@ jobs: go-test: uses: ./.github/workflows/go-test-template.yml with: - go-versions: '["1.24.x", "1.25.x"]' + go-versions: '["1.25.x", "1.26.x"]' secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/go.mod b/go.mod index ca7d94d67..6a3cc6388 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/libp2p/go-libp2p -go 1.24.6 +go 1.25.7 retract v0.26.1 // Tag was applied incorrectly due to a bug in the release workflow. diff --git a/test-plans/go.mod b/test-plans/go.mod index 80b6c6ba1..3177adcf6 100644 --- a/test-plans/go.mod +++ b/test-plans/go.mod @@ -1,6 +1,6 @@ module github.com/libp2p/go-libp2p/test-plans/m/v2 -go 1.24.6 +go 1.25.7 require ( github.com/go-redis/redis/v8 v8.11.5