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.
2 parents 8a0d0c9 + cb9dd59 commit 064a786Copy full SHA for 064a786
.github/workflows/go.yml
@@ -34,6 +34,6 @@ jobs:
34
run: go test -race -v ./... -coverprofile=coverage.out
35
36
- name: Upload coverage reports to Codecov
37
- uses: codecov/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v4.6.0
38
with:
39
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/golangci-lint.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- name: golangci-lint
21
- uses: golangci/golangci-lint-action@v6.1.0
+ uses: golangci/golangci-lint-action@v6.1.1
22
23
args: "--out-${NO_FUTURE}format colored-line-number"
24
0 commit comments