From d6e9fe95e3d011ac74b729c4c39967c555506560 Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Wed, 15 May 2024 08:53:05 +0200 Subject: [PATCH] Fix GoReleaser config issues Use `directory` instead of `folder` in GoReleaser. Remove `archives` `replacements` section, which is unnecessary. --- .goreleaser.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 8149aff..afe6602 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -15,11 +15,6 @@ builds: - -s -w -extldflags "-static" -X main.version={{.Version}} mod_timestamp: '{{ .CommitTimestamp }}' -archives: -- replacements: - darwin: darwin - linux: linux - checksum: name_template: 'checksums.txt' @@ -39,7 +34,7 @@ brews: commit_author: name: GoReleaser Bot email: goreleaser@carlosbecker.com - folder: HomebrewFormula + directory: HomebrewFormula homepage: "https://github.com/homeport/retry" description: "Tool to retry a command in case it fails" license: "MIT"