From 80e2d1c89d74929f39c1a68dc0903b298d67c613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Einarson?= Date: Tue, 17 Oct 2023 17:29:53 +0200 Subject: [PATCH] fix: correct version of golangci-lint --- .github/workflows/golangci-lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 01a7734..444255d 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -20,10 +20,9 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v3.7.0 + version: v1.54.2 args: --skip-files=xml only-new-issues: true - - name: go-report-card uses: creekorful/goreportcard-action@v1.0 with: