Skip to content

Commit 6e01fba

Browse files
committed
Add Go installation step in GitHub Actions workflow
1 parent 4b95711 commit 6e01fba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
with:
2828
bun-version: 'latest'
2929

30+
- name: Install Go
31+
uses: actions/setup-go@v5
32+
with:
33+
go-version: '1.22'
34+
3035
- name: Install Node.js
3136
uses: actions/setup-node@v4
3237
with:

0 commit comments

Comments
 (0)