From fa4d03ee07fc8f35cca09b789d76c567fa463b97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 03:21:46 +0000 Subject: [PATCH] Bump reviewdog/action-golangci-lint from 2.0.3 to 2.7.0 Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from 2.0.3 to 2.7.0. - [Release notes](https://github.com/reviewdog/action-golangci-lint/releases) - [Commits](https://github.com/reviewdog/action-golangci-lint/compare/v2.0.3...v2.7.0) --- updated-dependencies: - dependency-name: reviewdog/action-golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/linting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index a69ddfa0..9fef3d16 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: golint - uses: reviewdog/action-golangci-lint@v2.0.3 + uses: reviewdog/action-golangci-lint@v2.7.0 with: github_token: ${{ secrets.github_token }} golangci_lint_flags: "--disable-all -E golint" @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: errcheck - uses: reviewdog/action-golangci-lint@v2.0.3 + uses: reviewdog/action-golangci-lint@v2.7.0 with: github_token: ${{ secrets.github_token }} golangci_lint_flags: "--disable-all -E errcheck"