From 0f287c57dfd1ae71da935c1b487498553e3387e6 Mon Sep 17 00:00:00 2001 From: Julio <1953782+julio-lopez@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:57:13 -0700 Subject: [PATCH] skip Go pkg cache since setup-go manages it --- .github/workflows/golangci-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 2437b4f..e896ca1 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -24,3 +24,4 @@ jobs: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.48 args: --timeout=5m --modules-download-mode=mod + skip-pkg-cache: true