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: |