ci: Updates TinyGo to 0.30 (#1729)

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
This commit is contained in:
Takeshi Yoneda
2023-09-22 13:27:25 +09:00
committed by GitHub
parent aca6ab2fb3
commit 32ef70d76c
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ on:
env:
EMSDK_VERSION: "3.1.40"
TINYGO_VERSION: "0.29.0"
TINYGO_VERSION: "0.30.0"
ZIG_VERSION: "0.11.0-dev.3334+cd1417dbd"
concurrency:

View File

@@ -19,7 +19,7 @@ defaults:
env: # Update this prior to requiring a higher minor version in go.mod
GO_VERSION: "1.21" # 1.xx == latest patch of 1.xx
TINYGO_VERSION: "0.29.0"
TINYGO_VERSION: "0.30.0"
ZIG_VERSION: "0.11.0-dev.3334+cd1417dbd"
concurrency: