From 8861e718c6788094464fa0d3bbc4694993f97fc3 Mon Sep 17 00:00:00 2001 From: Aksel Skaar Leirvaag Date: Wed, 15 Jan 2025 14:07:34 +0100 Subject: [PATCH] fix: goreleaser v1 to v2 --- .goreleaser.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 101d482e..9d4d420a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,3 +1,4 @@ +version: 2 project_name: tofu-controller release: @@ -28,8 +29,8 @@ builds: - arm64 - arm goarm: - - 6 - - 7 + - "6" + - "7" archives: - id: tfctl @@ -69,14 +70,14 @@ brews: - name: tfctl ids: - tfctl - tap: + repository: owner: flux-iac name: homebrew-tap token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" commit_author: name: flux-iac email: noreply@github.com - folder: Formula + directory: Formula homepage: https://flux-iac.github.io/tofu-controller install: | bin.install "tfctl"