Skip to content

Commit 6e0e1f3

Browse files
committed
fix(ci): use wasmtime 28.0.0 in CI
Signed-off-by: Adam Reese <[email protected]>
1 parent c2d4ef2 commit 6e0e1f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup TinyGo
2222
uses: acifani/setup-tinygo@v2
2323
with:
24-
tinygo-version: '0.28.0'
24+
tinygo-version: '0.35.0'
2525

2626
- name: Setup Spin
2727
uses: fermyon/actions/spin/setup@v1
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Wasmtime
3232
uses: bytecodealliance/actions/wasmtime/setup@v1
3333
with:
34-
version: "13.0.1"
34+
version: "28.0.0"
3535

3636
- name: Run unit tests
3737
run: make test

0 commit comments

Comments
 (0)