We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d575e0 commit 6d9bd33Copy full SHA for 6d9bd33
1 file changed
.github/workflows/go.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
20
- name: Set up Go ${{ matrix.go }}
21
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
22
with:
23
go-version: ${{ matrix.go }}
24
id: go
@@ -30,7 +30,7 @@ jobs:
30
run: go test -v -coverprofile='coverage.txt' -covermode=atomic ./...
31
32
- name: Upload Coverage report
33
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
34
35
token: ${{secrets.CODECOV_TOKEN}}
36
file: ./coverage.txt
0 commit comments