From 5e698834a63490247d269887619d54372a9f2090 Mon Sep 17 00:00:00 2001 From: Darren Kelly Date: Wed, 20 Dec 2023 14:16:10 +0000 Subject: [PATCH] remove cache --- .github/workflows/lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 0eb45a754..58297d234 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -50,10 +50,10 @@ jobs: skip-cache: true # Optional: if set to true, then the action won't cache or restore ~/go/pkg. - # skip-pkg-cache: true + skip-pkg-cache: true # Optional: if set to true, then the action won't cache or restore ~/.cache/go-build. - # skip-build-cache: true + skip-build-cache: true # Optional: The mode to install golangci-lint. It can be 'binary' or 'goinstall'. # install-mode: "goinstall"