Skip to content

Commit 894c139

Browse files
committed
fix(release): add Go installation step in release workflow
1 parent 8688ec6 commit 894c139

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,11 @@ jobs:
286286
-k "${{ env.KEYCHAIN_PASSWORD }}" \
287287
"${{ env.KEYCHAIN }}"
288288
289+
- name: Install Go
290+
uses: actions/setup-go@v5
291+
with:
292+
go-version: ${{ env.GO_VERSION }}
293+
289294
- name: Install gon for code signing
290295
uses: actions/checkout@v4
291296
with:

0 commit comments

Comments
 (0)