mirror of
https://github.com/libp2p/go-libp2p.git
synced 2026-04-22 16:17:19 +08:00
ci: use go1.23, drop go1.21 (#2933)
This commit is contained in:
@@ -17,6 +17,6 @@ jobs:
|
||||
go-test:
|
||||
uses: ./.github/workflows/go-test-template.yml
|
||||
with:
|
||||
go-versions: '["1.21.x", "1.22.x"]'
|
||||
go-versions: '["1.22.x", "1.23.x"]'
|
||||
secrets:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user