Skip to content

Commit

Permalink
Update test.yml (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop committed Oct 23, 2023
1 parent 76039dc commit c61a939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.16.x, 1.17.x, 1.19.x, 1.20.x ] # Lowest supported and current stable versions.
go-version: [ 1.16.x, 1.17.x, 1.19.x, 1.20.x, 1.21.x ] # Lowest supported and current stable versions.
runs-on: ubuntu-latest
steps:
- name: Install Go
Expand Down Expand Up @@ -50,6 +50,6 @@ jobs:
godog -f progress --strict
- name: Report on code coverage
if: matrix.go-version == '1.17.x'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
file: ./coverage.txt

0 comments on commit c61a939

Please sign in to comment.