Skip to content

Commit c61a939

Browse files
authored
Update test.yml (#583)
1 parent 76039dc commit c61a939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
go-version: [ 1.16.x, 1.17.x, 1.19.x, 1.20.x ] # Lowest supported and current stable versions.
11+
go-version: [ 1.16.x, 1.17.x, 1.19.x, 1.20.x, 1.21.x ] # Lowest supported and current stable versions.
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Install Go
@@ -50,6 +50,6 @@ jobs:
5050
godog -f progress --strict
5151
- name: Report on code coverage
5252
if: matrix.go-version == '1.17.x'
53-
uses: codecov/codecov-action@v4
53+
uses: codecov/codecov-action@v3
5454
with:
5555
file: ./coverage.txt

0 commit comments

Comments
 (0)