From 0a2de66580b761abd19a2377860c57d868670e04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 08:26:18 +0000 Subject: [PATCH] tinygo: Update to version 0.29.0 --- bucket/tinygo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinygo.json b/bucket/tinygo.json index a63f459c99..2911845f29 100644 --- a/bucket/tinygo.json +++ b/bucket/tinygo.json @@ -1,5 +1,5 @@ { - "version": "0.28.1", + "version": "0.29.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.28.1/tinygo0.28.1.windows-amd64.zip", - "hash": "e2695ca8710b74ea6e127a16de9b519012d99d3686c998ed4e1760ee230fd17c" + "url": "https://github.com/tinygo-org/tinygo/releases/download/v0.29.0/tinygo0.29.0.windows-amd64.zip", + "hash": "39d80bb60b1ca3aecd5fe365d27f6777ace8e775e75651d4b14c0afbe791afa3" } }, "extract_dir": "tinygo",