We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dca1f7b + 95da5ea commit b539e29Copy full SHA for b539e29
1 file changed
.github/workflows/ci.yaml
@@ -64,7 +64,7 @@ jobs:
64
go-version-file: go.mod
65
- run: go generate ./...
66
- name: golangci-lint
67
- uses: reviewdog/action-golangci-lint@f9bba13753278f6a73b27a56a3ffb1bfda90ed71 # v2.8.0
+ uses: reviewdog/action-golangci-lint@c76cceaaab89abe74e649d2e34c6c9adc26662d2 # v2.10.0
68
with:
69
go_version_file: go.mod
70
reporter: ${{ github.event_name == 'pull_request' && 'github-pr-review' || 'github-check' }}
0 commit comments