Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 894c139

Browse files
committedJan 14, 2025·
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

Lines changed: 5 additions & 0 deletions
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)
Please sign in to comment.