From 59a0526422e9aac9c238793016f3c103aec3ef18 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 18 Aug 2025 17:32:19 -0300 Subject: [PATCH] ci(goreleaser): `go_version` should be an input and not a secret --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 403b8fe6d2d5b35a6e389275a0c84a6bce7dabf0..7337e1dc58c039785a4b3f51a161cc3217d4a8a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: goreleaser: uses: charmbracelet/meta/.github/workflows/goreleaser.yml@main with: + go_version: "1.25" macos_sign_entitlements: "./.github/entitlements.plist" secrets: docker_username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -32,4 +33,3 @@ jobs: macos_notary_issuer_id: ${{ secrets.MACOS_NOTARY_ISSUER_ID }} macos_notary_key_id: ${{ secrets.MACOS_NOTARY_KEY_ID }} macos_notary_key: ${{ secrets.MACOS_NOTARY_KEY }} - go_version: "1.25"