From 32ef70d76c5cea8dca106d5188053ddd41457d5d Mon Sep 17 00:00:00 2001 From: Takeshi Yoneda Date: Fri, 22 Sep 2023 13:27:25 +0900 Subject: [PATCH] ci: Updates TinyGo to 0.30 (#1729) Signed-off-by: Takeshi Yoneda --- .github/workflows/examples.yaml | 2 +- .github/workflows/integration.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples.yaml b/.github/workflows/examples.yaml index 02722e09..9e725288 100644 --- a/.github/workflows/examples.yaml +++ b/.github/workflows/examples.yaml @@ -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: diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 7001776c..18f4c886 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -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: