From 42e1f41b16b5db00812bb14c912d38d7da8484d3 Mon Sep 17 00:00:00 2001 From: taoufik07 Date: Thu, 21 Oct 2021 12:26:52 +0200 Subject: [PATCH] CI/lint: Skpi pkg cache golangci/golangci-lint-action#244 --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 39b0b48c..66529d20 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -42,6 +42,7 @@ jobs: if: runner.os == 'Linux' with: working-directory: "./gandi/" + skip-pkg-cache: true # This still does something weird, comment out for now # - name: TF Provider Lint