Skip to content

Commit a018ee1

Browse files
authored
ci: disable Go cache for reusable-release.yaml (aquasecurity#6572)
1 parent 5da053f commit a018ee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
uses: actions/setup-go@v5
7878
with:
7979
go-version-file: go.mod
80+
cache: false # Disable cache to avoid free space issues during `Post Setup Go` step.
8081

8182
- name: Generate SBOM
8283
uses: CycloneDX/gh-gomod-generate-sbom@v2

0 commit comments

Comments
 (0)