diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 9f152ac7..4b0f18a7 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -158,10 +158,10 @@ jobs: - uses: actions/checkout@v5 - name: Install dependencies uses: ./.github/actions/setup-deps - - name: Set up Go for building llgo - uses: ./.github/actions/setup-go + - name: Set up Go + uses: actions/setup-go@v5 with: - go-version: "1.24.2" + go-version: ${{ matrix.go-version }} - name: Download Platform Artifact uses: actions/download-artifact@v5 with: