Skip to content

Commit 7b6cbc0

Browse files
chore(deps): update reviewdog/action-golangci-lint action to v2.7.0 (#219)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 642833c commit 7b6cbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yaml

+1-1
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/action-golangci-lint@v2.6.2
126+
uses: reviewdog/action-golangci-lint@v2.7.0
127127
with:
128128
golangci_lint_version: ${{ steps.get-golangci-lint-version.outputs.version }}
129129
level: warning

0 commit comments

Comments
 (0)