From ff450984ce44bce8bc4179db0711bdfba2a19f8a Mon Sep 17 00:00:00 2001 From: srinandan <13950006+srinandan@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:19:22 -0700 Subject: [PATCH 1/2] bug: updates goreleaser to 2.0 #263 --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index d2187eb6..0e0763be 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,6 +21,8 @@ # .goreleaser.yml project_name: integrationcli +version: 2 + before: hooks: - go mod tidy @@ -64,7 +66,6 @@ archives: {{- else if eq .Arch "darwin" }}Darwin {{- else }}{{ .Arch }}{{ end }} wrap_in_directory: true - rlcp: true files: - LICENSE.txt builds: From 02f2ab076b9eeca9082cea8d11efc2a5068b010b Mon Sep 17 00:00:00 2001 From: srinandan <13950006+srinandan@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:24:47 -0700 Subject: [PATCH 2/2] chore: updates goreleaser action to v6 #263 --- .github/workflows/gorelease-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gorelease-action.yml b/.github/workflows/gorelease-action.yml index b07f7c75..bebfd135 100644 --- a/.github/workflows/gorelease-action.yml +++ b/.github/workflows/gorelease-action.yml @@ -46,7 +46,7 @@ jobs: - uses: sigstore/cosign-installer@main - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v3 + uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser version: "~> v1" #latest