From 91fc2f222db8ca17af03542d8080ae66aca6eee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 03:23:12 +0000 Subject: [PATCH] Bump reviewdog/action-golangci-lint from 2.4.0 to 2.5.0 Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/reviewdog/action-golangci-lint/releases) - [Commits](https://github.com/reviewdog/action-golangci-lint/compare/v2.4.0...v2.5.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/reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index d235288..7772a73 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -9,7 +9,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v4 - name: golangci-lint - uses: reviewdog/action-golangci-lint@v2.4.0 + uses: reviewdog/action-golangci-lint@v2.5.0 with: github_token: ${{ secrets.github_token }} golangci_lint_flags: "--config=.github/.golangci.yml"