mirror of
https://github.com/libp2p/go-libp2p.git
synced 2026-04-22 16:17:19 +08:00
chore: support Go 1.24 & 1.25 (#3366)
This commit is contained in:
@@ -3,7 +3,7 @@ name: Go Checks
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: ["master","release-v0[0-9][0-9]"]
|
||||
branches: ["master", "release-v0[0-9][0-9]"]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
@@ -17,6 +17,5 @@ jobs:
|
||||
go-check:
|
||||
uses: ipdxco/unified-github-workflows/.github/workflows/go-check.yml@v1.0
|
||||
with:
|
||||
go-version: "1.24.x"
|
||||
go-version: "1.25.x"
|
||||
go-generate-ignore-protoc-version-comments: true
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Go Test
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: ["master","release-v0[0-9][0-9]"]
|
||||
branches: ["master", "release-v0[0-9][0-9]"]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
@@ -17,6 +17,6 @@ jobs:
|
||||
go-test:
|
||||
uses: ./.github/workflows/go-test-template.yml
|
||||
with:
|
||||
go-versions: '["1.23.x", "1.24.x"]'
|
||||
go-versions: '["1.24.x", "1.25.x"]'
|
||||
secrets:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user