Skip to content

Commit

Permalink
goreleaser: Replace deprecated options (#633)
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Sirish A Yelgundhalli <ayelgundhall@bloomberg.net>
  • Loading branch information
adityasaky authored Feb 14, 2025
1 parent 2892e03 commit 6891b86
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
project_name: gitsign
version: 2

gomod:
proxy: true
Expand Down Expand Up @@ -63,12 +64,14 @@ nfpms:

archives:
- id: binary
format: binary
formats:
- binary
allow_different_binary_count: true

kos:
- id: gitsign
repository: github.com/sigstore/gitsign
repositories:
- github.com/sigstore/gitsign
tags:
- 'v{{ .Version }}'
ldflags:
Expand Down

0 comments on commit 6891b86

Please sign in to comment.