From 1c3921f5df2826b8410c98da516e97f945870266 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Tue, 12 Apr 2022 21:34:57 -0700 Subject: [PATCH] Revert CI cache override. (#8324) The caches for golangci-lint failed to update correctly causing spurious failures on #8300. To work around this, I disabled caching temporarily. This change removes that override, restoring the default. --- .github/workflows/lint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f7c403a73..332f55705 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,5 +35,4 @@ jobs: version: v1.45 args: --timeout 10m github-token: ${{ secrets.github_token }} - skip-cache: true if: env.GIT_DIFF