From 4800d47306f5650fcd5c31d793e9b7c295167ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20HERZOG?= Date: Tue, 17 Mar 2026 14:18:10 +0000 Subject: [PATCH] PB-50128 - Go-cli : Fix release failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric HERZOG --- .github/workflows/homebrew.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 7ef5ae1..8f63e1b 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -20,14 +20,14 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version: '1.25' - name: Run GoReleaser for Homebrew Only uses: goreleaser/goreleaser-action@v5 with: distribution: goreleaser version: latest - args: release --skip=publish --skip=announce --skip=validate + args: release --skip=publish --skip=announce --skip=validate --skip=nfpm env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}