From 2fdd64ce652a79d8b1ffaff8a93541fa9cd33017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 00:21:56 +0000 Subject: [PATCH] Bump reviewdog/action-golangci-lint from 2.3 to 2.5 Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from 2.3 to 2.5. - [Release notes](https://github.com/reviewdog/action-golangci-lint/releases) - [Commits](https://github.com/reviewdog/action-golangci-lint/compare/v2.3...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 5c8d7c8e..ad6af303 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -102,7 +102,7 @@ jobs: go-version: '1.20' - uses: actions/checkout@v4 - name: golangci-lint - uses: reviewdog/action-golangci-lint@v2.3 + uses: reviewdog/action-golangci-lint@v2.5 with: reporter: github-pr-check github_token: ${{ secrets.GITHUB_TOKEN }}