From 27e723aca2324372a6a27d18f42eb3df71523935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:51:26 +0000 Subject: [PATCH] Update reviewdog/action-golangci-lint action to v2.4.0 --- .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..e65adc3 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.4.0 with: golangci_lint_flags: "--tests=false"