Skip to content

Commit

Permalink
bump cosign+goreleaser to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
thepwagner authored Jan 11, 2023
1 parent 8561570 commit f71f22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
go-version: "${{ steps.gover.outputs.goversion }}"
- name: Set up Cosign
uses: sigstore/cosign-installer@7e0881f8fe90b25e305bbf0309761e9314607e25 # tag=v2.4.0
uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # tag=v2.8.1
- uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2.0.0
with:
registry: ghcr.io
Expand All @@ -35,7 +35,7 @@ jobs:
uses: goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b # tag=v2.9.1
with:
distribution: goreleaser
version: v1.8.3
version: v1.14.1
args: release --rm-dist --parallelism=1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f71f22c

Please sign in to comment.