From 67a49d680c0cd578b5abfddcb9f240641361adf4 Mon Sep 17 00:00:00 2001 From: Vasileios Pallas Date: Sun, 22 Oct 2023 13:56:53 +0200 Subject: [PATCH] fix: skip package cache for linter --- .github/workflows/actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index edeac2d..41dee8b 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -31,6 +31,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: v1.54 + skip-pkg-cache: true - name: Test run: make test