From 6328d6dac339c9ff0fa6af7bfa11001b6214d8c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:35:41 +0000 Subject: [PATCH] :arrow_up: Bump reviewdog/action-golangci-lint from 2.6 to 2.7 Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from 2.6 to 2.7. - [Release notes](https://github.com/reviewdog/action-golangci-lint/releases) - [Commits](https://github.com/reviewdog/action-golangci-lint/compare/v2.6...v2.7) --- 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/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d34bd634..ec069461 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,7 +53,7 @@ jobs: go-version-file: go.mod - run: go generate ./... - name: golangci-lint - uses: reviewdog/action-golangci-lint@v2.6 + uses: reviewdog/action-golangci-lint@v2.7 with: go_version_file: go.mod reporter: github-pr-check