Skip to content

Commit

Permalink
goreleaser: Replace deprecated options
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 committed Feb 13, 2025
1 parent 51b9704 commit ac6fc9e
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 ac6fc9e

Please sign in to comment.