From 25fcdd80483ac2b934773ff1cf2e3849584a4245 Mon Sep 17 00:00:00 2001 From: Aditya Sirish A Yelgundhalli Date: Thu, 13 Feb 2025 18:03:09 -0500 Subject: [PATCH] goreleaser: Replace deprecated options Signed-off-by: Aditya Sirish A Yelgundhalli --- .goreleaser.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 4b0b1a8a..84a6f21c 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -63,12 +63,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: