From e35a004bf637f1b4ac714b17afc34e2ec562d059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 04:00:51 +0000 Subject: [PATCH] chore(deps): bump reviewdog/action-golangci-lint from v1.11 to v1.12 Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from v1.11 to v1.12. - [Release notes](https://github.com/reviewdog/action-golangci-lint/releases) - [Commits](https://github.com/reviewdog/action-golangci-lint/compare/v1.11...6f1f3482ab92e121190ada464d511dfe289c78f7) Signed-off-by: dependabot[bot] --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 705eae7..a85c8ba 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@master - - uses: reviewdog/action-golangci-lint@v1.11 + uses: reviewdog/action-golangci-lint@v1.12 with: reporter: github-pr-review golangci_lint_flags: "./healthcheck"