fix(ci): ensure go mod tidy is run before clustertool release pipeline

This commit is contained in:
Kjeld Schouten
2025-04-07 13:28:34 +02:00
parent 29eca28c44
commit 0c345df751

View File

@@ -23,6 +23,10 @@ jobs:
**/go.sum
# - name: Install Syft
# run: sudo curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
- run: |
cd ./clustertool
go mod tidy
cd ..
- uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
with:
args: release --clean