From 916d582fd76d950c335efccdd7622864ed994d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 08:07:00 +0000 Subject: [PATCH] build(deps): bump golangci/golangci-lint-action from 2 to 3 Dependabot couldn't find the original pull request head commit, deaffdff002411594cc60c3f5907e89ef2804eb5. --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e522faf..894105e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: golangci-lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v3 with: args: --timeout=5m --tests=false