Skip to content

Commit

Permalink
ci: disable cache for Setup Go
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Apr 26, 2024
1 parent 77bb6bb commit 3da2692
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 @@ -70,6 +70,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false # Don't use cache to avoid `No space left on device ` error for `Post Setup Go` step

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

0 comments on commit 3da2692

Please sign in to comment.