From 2eefcbd579af5fc0f1afdcbc9846b8e44f345544 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 05:52:20 +0000 Subject: [PATCH] Update reviewdog/action-golangci-lint action to v2.6.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..e20d4d0 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.6.1 with: golangci_lint_flags: "--tests=false"