Skip to content

Commit b539e29

Browse files
authored
Merge pull request #1510 from traPtitech/dependabot/github_actions/reviewdog/action-golangci-lint-2.10.0
build(deps): bump reviewdog/action-golangci-lint from 2.8.0 to 2.10.0
2 parents dca1f7b + 95da5ea commit b539e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
go-version-file: go.mod
6565
- run: go generate ./...
6666
- name: golangci-lint
67-
uses: reviewdog/action-golangci-lint@f9bba13753278f6a73b27a56a3ffb1bfda90ed71 # v2.8.0
67+
uses: reviewdog/action-golangci-lint@c76cceaaab89abe74e649d2e34c6c9adc26662d2 # v2.10.0
6868
with:
6969
go_version_file: go.mod
7070
reporter: ${{ github.event_name == 'pull_request' && 'github-pr-review' || 'github-check' }}

0 commit comments

Comments
 (0)