Skip to content

Commit 5b03b6d

Browse files
committed
install wasm-tools and v3.2.0 of spin
Signed-off-by: Rajat Jindal <[email protected]>
1 parent 3cd22af commit 5b03b6d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/pr.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,20 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.23'
18+
go-version: '1.24'
1919

2020
- name: Setup TinyGo
2121
uses: acifani/setup-tinygo@v2
2222
with:
23-
tinygo-version: '0.33.0'
23+
tinygo-version: '0.37.0'
2424

2525
- name: Setup Spin
2626
uses: fermyon/actions/spin/setup@v1
2727
with:
28-
version: "v2.7.0"
28+
version: "v3.2.0"
29+
30+
- name: Setup `wasm-tools`
31+
uses: bytecodealliance/actions/wasm-tools/setup@v1
2932

3033
- name: Run wasip2 integration tests
3134
run: make test-integration-wasip2

0 commit comments

Comments
 (0)