This commit is contained in:
parent
fd5de7ba41
commit
394876b916
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ jobs:
|
|||
- name: Setup `spin`
|
||||
uses: fermyon/actions/spin/setup@v1
|
||||
|
||||
- name: Setup Go 1.23.x
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.23.x"
|
||||
|
||||
- name: Setup tinygo
|
||||
uses: acifani/setup-tinygo@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue