From 81982b800ef513e7b7d3d53ca3e142f99bc34b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lewandowski?= Date: Thu, 2 Nov 2023 12:14:46 +0100 Subject: [PATCH] chore: change github action golangci-lint version --- .github/workflows/test-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index 7cc5ed7..4bebab9 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -21,7 +21,7 @@ jobs: - name: Setup golangci-lint uses: golangci/golangci-lint-action@v2 with: - version: 1.21 + version: latest skip-go-installation: true - name: Run Lint run: task lint