From 7fdb67dbd86771e0c77b7bc395db79e06abd080f Mon Sep 17 00:00:00 2001 From: Alper Rifat Ulucinar Date: Thu, 7 Apr 2022 13:56:43 +0300 Subject: [PATCH] Bump linter version Signed-off-by: Alper Rifat Ulucinar --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00487c73..4aa7c3dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,10 +72,9 @@ jobs: # version, but we prefer this action because it leaves 'annotations' (i.e. # it comments on PRs to point out linter violations). - name: Lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v3 with: version: ${{ env.GOLANGCI_VERSION }} - skip-go-installation: true check-diff: runs-on: ubuntu-18.04