From 8afd3a8ccb44b1a717f047d8959c106bffdf2bc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 21:28:30 +0000 Subject: [PATCH] Update reviewdog/action-golangci-lint action to v2.2.2 --- .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..41bf617 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.2.2 with: golangci_lint_flags: "--tests=false"