From db0ce3b5f4e194ac21e7b31ef5fb606c59e04fcc Mon Sep 17 00:00:00 2001 From: Adam Kaplan Date: Mon, 8 Sep 2025 15:28:28 -0400 Subject: [PATCH] fix: Run Shared Setup for Release Use the shared Setup action to install go and ko. Signed-off-by: Adam Kaplan --- .github/workflows/release.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5abdec01f..cabfb2e79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,13 +25,8 @@ jobs: with: ref: ${{ inputs.git-ref }} fetch-depth: 0 - - - name: Install Go - uses: actions/setup-go@v6 - with: - go-version: 1.23.x - cache: true - check-latest: true + - name: Setup + uses: ./.github/actions/setup - name: Tag release run: |