Skip to content

Commit 020b0a3

Browse files
committed
refactor: add missing setup go
1 parent ad0c5d1 commit 020b0a3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ jobs:
197197
with:
198198
node-version: '24'
199199

200+
- name: Setup Go
201+
uses: actions/setup-go@v5
202+
with:
203+
go-version: ${{ env.GO_VERSION }}
204+
200205
- name: Install pnpm
201206
run: corepack enable
202207

0 commit comments

Comments
 (0)