checkout v6
Some checks failed
Run tests / test (1.25) (push) Failing after 7s
Run tests / test (stable) (push) Failing after 2s

This commit is contained in:
2026-02-22 20:45:59 +01:00
parent 6f849d799e
commit 2e5cc9f6aa

View File

@@ -12,7 +12,7 @@ jobs:
go: [stable, 1.25]
runs-on: linux-amd64
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go }}