Skip to content

Commit 0b8fd31

Browse files
authored
Merge pull request #91 from lirlia/renovate/github-actions
Update reviewdog/action-golangci-lint action to v2.6.1
2 parents 50bda5e + a074416 commit 0b8fd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
echo "version=v$(grep golangci-lint .tool-versions | awk '{print $2}')" >> $GITHUB_OUTPUT
124124
125125
- name: golangci-lint
126-
uses: reviewdog/[email protected].0
126+
uses: reviewdog/[email protected].1
127127
with:
128128
golangci_lint_version: ${{ steps.get-golangci-lint-version.outputs.version }}
129129
level: warning

0 commit comments

Comments
 (0)