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 56055e7

Browse files
committedMar 26, 2025·
fix(release.yml) install go step for gon
1 parent 5fcb7c4 commit 56055e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

Diff for: ‎.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,11 @@ jobs:
259259
environment: production
260260

261261
steps:
262+
- name: Install Go
263+
uses: actions/setup-go@v5
264+
with:
265+
go-version: ${{ env.GO_VERSION }}
266+
262267
- name: Download artifact
263268
uses: actions/download-artifact@v4
264269
with:

0 commit comments

Comments
 (0)
Please sign in to comment.