From 6c5b928b514a99e2072c84509f81b886de29c169 Mon Sep 17 00:00:00 2001 From: Darren Kelly Date: Wed, 20 Dec 2023 14:15:53 +0000 Subject: [PATCH] remove cache --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index ddd850403..0eb45a754 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -47,7 +47,7 @@ jobs: # Optional: if set to true, then all caching functionality will be completely disabled, # takes precedence over all other caching options. - # skip-cache: true + skip-cache: true # Optional: if set to true, then the action won't cache or restore ~/go/pkg. # skip-pkg-cache: true