From 0b09056d4e9bcd691375bffec2cd0f77b0ad4ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 07:01:35 +0000 Subject: [PATCH] Bump reviewdog/action-golangci-lint from 1.22 to 1.23 Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from 1.22 to 1.23. - [Release notes](https://github.com/reviewdog/action-golangci-lint/releases) - [Commits](https://github.com/reviewdog/action-golangci-lint/compare/v1.22...v1.23) --- 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/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 690cfb2c..4c9a1942 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: ${{ runner.os }}-go- - name: golangci-lint - uses: reviewdog/action-golangci-lint@v1.22 + uses: reviewdog/action-golangci-lint@v1.23 with: github_token: ${{ secrets.GITHUB_TOKEN }}