Skip to content

Commit e52bfb8

Browse files
committed
fix(ci): bump dependency versions in CI
Signed-off-by: Adam Reese <[email protected]>
1 parent c2d4ef2 commit e52bfb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: '1.20'
19+
go-version: '1.23'
2020

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
2828
with:
29-
version: "v2.6.0"
29+
version: "v3.1.2"
3030

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)