Skip to content

Commit

Permalink
Bumping up go version
Browse files Browse the repository at this point in the history
  • Loading branch information
koushik-swaminathan committed Jul 11, 2024
1 parent c11d967 commit cb1c49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 cb1c49e

Please sign in to comment.