Skip to content

Commit 695d725

Browse files
committed
github/workflows: test with 1.24.x and 1.25.x
1 parent e5608b4 commit 695d725

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go-version: [1.22.x, 1.23.x]
8+
go-version: [1.24.x, 1.25.x]
99
os: [ubuntu-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:
12-
- uses: actions/setup-go@v4
12+
- uses: actions/setup-go@v5
1313
with:
1414
go-version: ${{ matrix.go-version }}
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- run: make test_cover
1717
- name: Upload coverage to Codecov
1818
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)