Skip to content

Commit 5e32a15

Browse files
committed
ci(release test):set go dep
1 parent 07d6929 commit 5e32a15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ jobs:
158158
- uses: actions/checkout@v5
159159
- name: Install dependencies
160160
uses: ./.github/actions/setup-deps
161-
- name: Set up Go for building llgo
162-
uses: ./.github/actions/setup-go
161+
- name: Set up Go
162+
uses: actions/setup-go@v5
163163
with:
164-
go-version: "1.24.2"
164+
go-version: ${{ matrix.go-version }}
165165
- name: Download Platform Artifact
166166
uses: actions/download-artifact@v5
167167
with:

0 commit comments

Comments
 (0)