From 535075e5d126d7460669d99b5475759f255f9c98 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Tue, 30 Aug 2022 17:22:08 +0800 Subject: [PATCH] reverts tinygo bump Signed-off-by: Adrian Cole --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 448d432b15fd..a37ede382471 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ on: pull_request: env: GO_VERSION: "1.18" - TINYGO_VERSION: "0.25.0" + TINYGO_VERSION: "0.24.0" jobs: test: name: Test