From c7cd453f99e53a5070c39d8b243f23e6b4df9456 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 12:32:06 +0000 Subject: [PATCH] tinygo: Update to version 0.34.0 --- bucket/tinygo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinygo.json b/bucket/tinygo.json index 1b7de11ede..d97d704f54 100644 --- a/bucket/tinygo.json +++ b/bucket/tinygo.json @@ -1,5 +1,5 @@ { - "version": "0.33.0", + "version": "0.34.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.33.0/tinygo0.33.0.windows-amd64.zip", - "hash": "38fbe0c07fb5e0bc689278751a5ef23fd8cdefe86b70aeb00794e82006c7ded7" + "url": "https://github.com/tinygo-org/tinygo/releases/download/v0.34.0/tinygo0.34.0.windows-amd64.zip", + "hash": "6cdd158102d6f912c8f231c64199d6eaeee1bd0a90e3373695cf6efe64b581fe" } }, "extract_dir": "tinygo",