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 02cb1ad commit 444440bCopy full SHA for 444440b
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
go-version: ${{ matrix.version }}
21
- run: go mod download
22
- run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
23
- - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
+ - uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5
24
env:
25
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
26
golangci-lint:
0 commit comments