From 43306065e50439362ce2e2a13b5628b647e040ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 20:25:25 +0000 Subject: [PATCH] tinygo: Update to version 0.30.0 --- bucket/tinygo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinygo.json b/bucket/tinygo.json index 2911845f29..ffb9af6bee 100644 --- a/bucket/tinygo.json +++ b/bucket/tinygo.json @@ -1,5 +1,5 @@ { - "version": "0.29.0", + "version": "0.30.0", "description": "A Go compiler for small places", "homepage": "https://tinygo.org", "license": "BSD-3-Clause", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/tinygo-org/tinygo/releases/download/v0.29.0/tinygo0.29.0.windows-amd64.zip", - "hash": "39d80bb60b1ca3aecd5fe365d27f6777ace8e775e75651d4b14c0afbe791afa3" + "url": "https://github.com/tinygo-org/tinygo/releases/download/v0.30.0/tinygo0.30.0.windows-amd64.zip", + "hash": "554624419a1d1206b941e5ce020e72fb15f708d3f5c0d2c90ac81c4094ae7a07" } }, "extract_dir": "tinygo",