From c258491a587c98aca7bf9d5e6adbb4228e9c57d4 Mon Sep 17 00:00:00 2001 From: Takeshi Yoneda Date: Fri, 22 Sep 2023 13:03:53 +0900 Subject: [PATCH] ci: Updates TinyGo to 0.30 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 02722e0976..9e7252882a 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 7001776c1a..18f4c8863c 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: