fix(ci): tweak cache for go releaser

This commit is contained in:
Kjeld Schouten
2024-11-03 18:45:43 +01:00
parent b5f59a629c
commit a8efda11c9
+3 -1
View File
@@ -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