ci: Updates TinyGo to 0.30 (#1729)
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
This commit is contained in:
2
.github/workflows/examples.yaml
vendored
2
.github/workflows/examples.yaml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/integration.yaml
vendored
2
.github/workflows/integration.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user