Skip to content

Commit bf42730

Browse files
authored
Merge pull request #424 from vdice/chore/sample-apps-go-tinygo
chore(sample-apps.yaml): bump tinygo to 0.35.0; pin go to 1.23
2 parents 83d4391 + f7ca559 commit bf42730

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/sample-apps.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,15 @@ jobs:
2929
- name: Install Spin
3030
uses: fermyon/actions/spin/setup@v1
3131

32+
- name: Setup Go
33+
uses: actions/setup-go@v5
34+
with:
35+
go-version: '1.25.x'
36+
3237
- name: Install TinyGo
3338
uses: acifani/setup-tinygo@v2
3439
with:
35-
tinygo-version: '0.33.0'
40+
tinygo-version: '0.39.0'
3641

3742
- name: Build and push versioned image
3843
uses: fermyon/actions/spin/push@v1

0 commit comments

Comments
 (0)