ci(release test):set go dep

This commit is contained in:
luoliwoshang
2025-09-03 18:21:30 +08:00
parent 07d69295b9
commit 5e32a15146

View File

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