From d921cc1b1902bde45358335a894d73323f364f12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 00:36:43 +0000 Subject: [PATCH] tinygo: Update to version 0.28.1 --- bucket/tinygo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinygo.json b/bucket/tinygo.json index afe9faa84d..a63f459c99 100644 --- a/bucket/tinygo.json +++ b/bucket/tinygo.json @@ -1,5 +1,5 @@ { - "version": "0.28.0", + "version": "0.28.1", "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.0/tinygo0.28.0.windows-amd64.zip", - "hash": "7574edbb1eb1cee43fc6805e5a5621e114876b74244a62861aea8277883e6ee5" + "url": "https://github.com/tinygo-org/tinygo/releases/download/v0.28.1/tinygo0.28.1.windows-amd64.zip", + "hash": "e2695ca8710b74ea6e127a16de9b519012d99d3686c998ed4e1760ee230fd17c" } }, "extract_dir": "tinygo",