Skip to content

Commit f302bac

Browse files
committed
TinyGo 0.26.0 requires 1.18 or 1.19, so exclude 1.20
1 parent 3d4d357 commit f302bac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-examples.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
matrix:
77
go-version: ['1.20', '1.19']
88
tinygo-version: ['0.27.0', '0.26.0']
9+
exclude:
10+
- go-version: '1.20'
11+
tinygo-version: '0.26.0'
912
runs-on: ubuntu-latest
1013
steps:
1114
- name: Checkout fastly/compute-sdk-go

0 commit comments

Comments
 (0)