Skip to content

Commit c32b594

Browse files
committed
chore(ci): update test matrix
1 parent be63c87 commit c32b594

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-go@v3
1111
with:
12-
go-version: "1.14"
12+
go-version: "1.19"
1313
- run: go test -coverprofile=coverage.txt -covermode=atomic
1414
- uses: codecov/[email protected]

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- "1.15"
1616
- "1.16"
1717
- "1.17"
18+
- "1.18"
19+
- "1.19"
1820
name: Go ${{ matrix.go }} test
1921
steps:
2022
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)