Skip to content

Commit 567b8af

Browse files
committed
CI: use TinyGo 0.40.1 and add version check
1 parent aaae060 commit 567b8af

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ jobs:
3636
- name: Setup TinyGo
3737
uses: acifani/setup-tinygo@v2
3838
with:
39-
tinygo-version: '0.34.0'
39+
tinygo-version: '0.40.1'
40+
41+
- name: Check Go and TinyGo versions
42+
run: |
43+
go version
44+
tinygo version
4045
4146
- name: Download dependencies
4247
run: go mod download

0 commit comments

Comments
 (0)