Skip to content

Commit 5063c6c

Browse files
authored
fix(release.yml) install go step for gon (#1025)
1 parent 5fcb7c4 commit 5063c6c

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