From 01cdd98a51802a23f2ea868597b6cf59b1a00ff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:32:31 +0000 Subject: [PATCH] Bump reviewdog/action-golangci-lint from 2.4 to 2.5 Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from 2.4 to 2.5. - [Release notes](https://github.com/reviewdog/action-golangci-lint/releases) - [Commits](https://github.com/reviewdog/action-golangci-lint/compare/v2.4...v2.5) --- 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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 49c6a2b..f221594 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: golangci-lint - uses: reviewdog/action-golangci-lint@v2.4 + uses: reviewdog/action-golangci-lint@v2.5 with: go_version_file: go.mod reporter: github-pr-check