Skip to content

Commit

Permalink
update gha bumping go version matrix, trying to fix codecov (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
basvanbeek authored Aug 10, 2023
1 parent 87e3b85 commit 15a86c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
go: ["1.17"]
go: ["1.20"]
include:
- os: ubuntu-latest
go: "1.17"
- os: ubuntu-latest
go: "1.18"
- os: ubuntu-latest
Expand Down Expand Up @@ -48,8 +46,10 @@ jobs:
CGO_ENABLED: 1

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
name: zipkin-go test reports
fail_ci_if_error: true
fail_ci_if_error: false
files: ./coverage.txt

0 comments on commit 15a86c1

Please sign in to comment.