Skip to content

Commit

Permalink
Add caching to goreleaser setup (#1462)
Browse files Browse the repository at this point in the history
This will hopefully speed up releases.
  • Loading branch information
JAORMX authored Nov 4, 2023
1 parent 01fdd44 commit 87281fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: true
- name: Install Syft
uses: anchore/sbom-action/download-syft@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # v0.14.3
- name: Install Cosign
Expand Down

0 comments on commit 87281fe

Please sign in to comment.