From 5e32a15146122218c77abf84fe4fa1e5bff2de58 Mon Sep 17 00:00:00 2001 From: luoliwoshang <2643523683@qq.com> Date: Wed, 3 Sep 2025 18:21:30 +0800 Subject: [PATCH] ci(release test):set go dep --- .github/workflows/release-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: