Skip to content

Commit 02fdc59

Browse files
committed
Install go in CI
1 parent 6a86c10 commit 02fdc59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
4444
targets: "wasm32-unknown-unknown,wasm32-wasip1"
4545

46+
- name: Install Go
47+
uses: actions/setup-go@v5
48+
with:
49+
go-version: ">=1.24.0"
50+
4651
- name: install Node.js
4752
uses: actions/setup-node@v4
4853
with:

0 commit comments

Comments
 (0)