From 9e2261a813d6853e0cfed1e9ad4b919b742bf6dc Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Sat, 2 Apr 2022 18:41:43 +1100 Subject: [PATCH] Temporarily disable caching in lint action --- .github/workflows/golangci-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index f9a9e12c0..af80f3723 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -51,10 +51,10 @@ jobs: # skip-go-installation: true # Optional: if set to true then the action don't cache or restore ~/go/pkg. - # skip-pkg-cache: true + skip-pkg-cache: true # Optional: if set to true then the action don't cache or restore ~/.cache/go-build. - # skip-build-cache: true + skip-build-cache: true - name: Cleanup build container run: docker rm -f -v build