From 0eee3a1640541cdfcc8a0f99f4d2511724960cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 03:33:40 +0000 Subject: [PATCH] Bump reviewdog/action-golangci-lint from 2.6.0 to 2.6.1 Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/reviewdog/action-golangci-lint/releases) - [Commits](https://github.com/reviewdog/action-golangci-lint/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: reviewdog/action-golangci-lint dependency-type: direct:production update-type: version-update:semver-patch ... 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 0225538..12b3821 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.6.0 + uses: reviewdog/action-golangci-lint@v2.6.1 with: github_token: ${{ secrets.github_token }} golangci_lint_flags: "--config=.github/.golangci.yml"