From b2d9713621c19c6a5b1571107c5da4ee6f73e1c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 05:36:42 +0000 Subject: [PATCH] Update reviewdog/action-golangci-lint action to v2.3.5 --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 3f60115..6c04cd9 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -7,6 +7,6 @@ jobs: - name: Fetch Repository uses: actions/checkout@v3 - name: Run Golint - uses: reviewdog/action-golangci-lint@v2.2.1 + uses: reviewdog/action-golangci-lint@v2.3.5 with: golangci_lint_flags: "--tests=false"