Skip to content

Commit 06b4ed8

Browse files
committed
chore(ci): update text matrix to include go1.20
1 parent c045854 commit 06b4ed8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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.19"
12+
go-version: "1.20"
1313
- run: go test -coverprofile=coverage.txt -covermode=atomic
1414
- uses: codecov/[email protected]

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
go:
1010
- "1.18"
1111
- "1.19"
12+
- "1.20"
1213
name: Go ${{ matrix.go }} test
1314
steps:
1415
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)