fix(ci): actually use the right go.sum path for caching
This commit is contained in:
@@ -15,6 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: stable
|
go-version: stable
|
||||||
cache: true
|
cache: true
|
||||||
|
cache-dependency-path: clustertool/go.sum
|
||||||
# - name: Install Syft
|
# - name: Install Syft
|
||||||
# run: sudo curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
|
# run: sudo curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
|
||||||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
|
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
|
||||||
|
|||||||
Reference in New Issue
Block a user