Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
koushik-swaminathan committed Jul 11, 2024
1 parent 07b7fdb commit 6960f68
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 @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest ]
go: [ 1.12, 1.13, 1.14 ]
go: [ 1.16, 1.17, 1.18 ]
steps:
- name: Checkout the code
uses: actions/checkout@v2
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Run tests
run: go test -v -coverprofile=covprofile ./...
- name: Send coverage
if: ${{ matrix.os == 'macos-latest' && matrix.go == '1.14'}}
if: ${{ matrix.os == 'macos-latest' && matrix.go == '1.16'}}
uses: shogo82148/[email protected]
with:
path-to-profile: covprofile

0 comments on commit 6960f68

Please sign in to comment.