Skip to content

Commit cb5f20d

Browse files
ci: update actions versions
Signed-off-by: Robin He <git@hybscloud.com>
1 parent dfccc69 commit cb5f20d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ permissions:
1111
jobs:
1212
test:
1313
runs-on: ubuntu-latest
14+
timeout-minutes: 10
1415
strategy:
1516
matrix:
16-
go-version: [ 'stable', '1.26.x' ]
17+
go-version: [ '1.26.x', 'stable' ]
1718
steps:
1819
- name: Checkout
19-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2021

2122
- name: Set up Go
22-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2324
with:
2425
go-version: ${{ matrix.go-version }}
2526

@@ -31,7 +32,7 @@ jobs:
3132
go test -race -covermode=atomic -coverprofile=coverage.out -timeout 120s ./...
3233
3334
- name: Upload coverage to Codecov
34-
uses: codecov/codecov-action@v5
35+
uses: codecov/codecov-action@v6
3536
with:
3637
files: coverage.out
3738
fail_ci_if_error: true

0 commit comments

Comments
 (0)