From a172613315c6a1edcadfffeef234946ee5e48bdf Mon Sep 17 00:00:00 2001 From: Sal Date: Sun, 16 Aug 2026 12:01:36 +0100 Subject: [PATCH] fix(ci): disable caller go cache in zsh-lint --- .github/workflows/zsh-lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/zsh-lint.yml b/.github/workflows/zsh-lint.yml index d8cc24baa..32d0191b7 100644 --- a/.github/workflows/zsh-lint.yml +++ b/.github/workflows/zsh-lint.yml @@ -41,6 +41,9 @@ jobs: - name: Set up Go uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: + # The calling repository need not be Go-based. zsh-lint is checked + # out separately, so dependency-cache discovery here is irrelevant. + cache: false go-version: "1.25" - name: Build zsh-lint