We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a86c10 commit 02fdc59Copy full SHA for 02fdc59
.github/workflows/build.yaml
@@ -43,6 +43,11 @@ jobs:
43
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
44
targets: "wasm32-unknown-unknown,wasm32-wasip1"
45
46
+ - name: Install Go
47
+ uses: actions/setup-go@v5
48
+ with:
49
+ go-version: ">=1.24.0"
50
+
51
- name: install Node.js
52
uses: actions/setup-node@v4
53
with:
0 commit comments