From 1c59e8ef109beff7840eefd0ae1d7f9cdf25e875 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 23 Oct 2024 18:13:40 +0200 Subject: [PATCH] fix(ci): actually use the right go.sum path for caching --- .github/workflows/clustertool.release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clustertool.release.yaml b/.github/workflows/clustertool.release.yaml index 3f2c4397f9c..8aa13a903a9 100644 --- a/.github/workflows/clustertool.release.yaml +++ b/.github/workflows/clustertool.release.yaml @@ -15,6 +15,7 @@ jobs: with: go-version: stable cache: true + cache-dependency-path: clustertool/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