From d62246167dff345041451465ccddd8c1ca21a2df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 08:41:30 +0000 Subject: [PATCH] Update reviewdog/action-golangci-lint action to v2.5.1 --- .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..b99b5e8 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.5.1 with: golangci_lint_flags: "--tests=false"