Skip to content

Commit 5792dda

Browse files
authored
test with go 1.21 and 1.22 (#86)
Signed-off-by: cpanato <[email protected]>
1 parent 080d904 commit 5792dda

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/coverage.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
coverage:
1818
runs-on: ubuntu-latest
1919

20+
strategy:
21+
matrix:
22+
go-version:
23+
- '1.21'
24+
- '1.22'
25+
2026
env:
2127
GOPATH: /home/runner/go
2228

@@ -29,7 +35,7 @@ jobs:
2935
- name: Setup Go
3036
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
3137
with:
32-
go-version: '1.21'
38+
go-version: ${{ matrix.go-version }}
3339
check-latest: true
3440

3541
- name: Generate coverage report

0 commit comments

Comments
 (0)