Skip to content

Commit 47aedd1

Browse files
authored
Update go.yml
1 parent ba6432a commit 47aedd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
run: go test -race -v ./... -coverprofile=coverage.out
3535

3636
- name: Upload coverage reports to Codecov
37-
uses: codecov/codecov-action@v5.0.2
37+
uses: codecov/codecov-action@v5
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)