From a8efda11c9ed3a737e60f4832fb360f1e134c214 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 3 Nov 2024 18:45:43 +0100 Subject: [PATCH] fix(ci): tweak cache for go releaser --- .github/workflows/clustertool.release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clustertool.release.yaml b/.github/workflows/clustertool.release.yaml index f5be18d2b72..a7c33e5641e 100644 --- a/.github/workflows/clustertool.release.yaml +++ b/.github/workflows/clustertool.release.yaml @@ -15,7 +15,9 @@ jobs: with: go-version: stable cache: true - cache-dependency-path: clustertool/go.sum + cache-dependency-path: | + **/go.mod + **/go.sum # - name: Install Syft # run: sudo curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4