From 588a157eb7f3a57babbfc72ea4f4d0613ffc3782 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Wed, 5 Jun 2024 18:32:52 +0200 Subject: [PATCH] chore: Update to goreleaser v2 --- .github/workflows/main.yml | 2 +- .goreleaser.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f5863b75bb7..96113e7f529 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ env: GOFUMPT_VERSION: 0.6.0 # https://github.com/mvdan/gofumpt/releases GOLANGCI_LINT_VERSION: 1.59.0 # https://github.com/golangci/golangci-lint/releases GOLINES_VERSION: 0.12.2 # https://github.com/segmentio/golines/releases - GORELEASER_VERSION: 1.26.2 # https://github.com/goreleaser/goreleaser/releases + GORELEASER_VERSION: 2.0.0 # https://github.com/goreleaser/goreleaser/releases GOVERSIONINFO_VERSION: 1.4.0 # https://github.com/josephspurrier/goversioninfo/releases RAGE_VERSION: 0.10.0 # https://github.com/str4d/rage/releases jobs: diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3922cc56a82..51f5de00834 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,5 @@ +version: 2 + project_name: chezmoi before: