From 9055da1bc7017bf8a3aae81d827e876a21cd4885 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 16:31:32 +0000 Subject: [PATCH] tinygo: Update to version 0.25.0 --- bucket/tinygo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinygo.json b/bucket/tinygo.json index b6ea522947..a9ca8e5194 100644 --- a/bucket/tinygo.json +++ b/bucket/tinygo.json @@ -1,5 +1,5 @@ { - "version": "0.24.0", + "version": "0.25.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.24.0/tinygo0.24.0.windows-amd64.zip", - "hash": "af5dff02ec4fc8969368d013145f3e068e4b0ab60704011e98aa3c8ce47b9f9d" + "url": "https://github.com/tinygo-org/tinygo/releases/download/v0.25.0/tinygo0.25.0.windows-amd64.zip", + "hash": "908ffa9cbb24bf320ab49599112e6dcd55a051fa32c4a012df0eea1ac00502a4" } }, "extract_dir": "tinygo",