Skip to content

Commit

Permalink
fix test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrodriges committed Nov 11, 2024
1 parent 983cd40 commit ca2d0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.22.x, 1.23.x]
os: [ubuntu-latest, macos-latest, windows-latest]
env:
OS: ${{ matrix.os }}
Expand All @@ -28,7 +28,7 @@ jobs:
run: go test -race ./... -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.20.x'
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23.x'
with:
file: ./coverage.txt
flags: unittests
Expand Down

0 comments on commit ca2d0a0

Please sign in to comment.