Skip to content

Commit

Permalink
ci: disable Go cache for reusable-release.yaml (#6572)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen authored Apr 27, 2024
1 parent 5da053f commit a018ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false # Disable cache to avoid free space issues during `Post Setup Go` step.

- name: Generate SBOM
uses: CycloneDX/gh-gomod-generate-sbom@v2
Expand Down

0 comments on commit a018ee1

Please sign in to comment.