feat(ci): setup Go
Some checks failed
functions / build (push) Failing after 1m22s

This commit is contained in:
Peter 2025-01-17 11:28:51 +01:00
parent fd5de7ba41
commit 394876b916
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -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: