Skip to content

Commit 53c494c

Browse files
committed
chore(ci): add go1.21 to default test matrix
1 parent 38f771d commit 53c494c

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@v4
1111
with:
12-
go-version: "1.20"
12+
go-version: "stable"
1313
- run: go test -coverprofile=coverage.txt -covermode=atomic
1414
- uses: codecov/codecov-action@v3

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)