Skip to content

Commit

Permalink
Fix GitHub Action warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghaochen2024 committed Dec 8, 2024
1 parent 00ca1b2 commit d73add7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x]
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-24.04, macos-13, windows-latest]
runs-on: ${{ matrix.os }}
steps:

Expand Down Expand Up @@ -34,6 +34,6 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{secrets.CODECOV_TOKEN}}
file: coverage.txt
files: coverage.txt
flags: unittests
name: codecov-umbrella

0 comments on commit d73add7

Please sign in to comment.