From 2cf1a2dd8f0273a609e75651f4986c0024634a85 Mon Sep 17 00:00:00 2001 From: J0WI Date: Sun, 28 Jan 2024 17:36:49 +0100 Subject: [PATCH] Go 1.21 --- tinygo/Dockerfile | 2 +- tinygo/versions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tinygo/Dockerfile b/tinygo/Dockerfile index cebf46e7adb..16ab525488e 100644 --- a/tinygo/Dockerfile +++ b/tinygo/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM golang:1.19-bullseye +FROM golang:1.21-bullseye # the .deb (as of 0.6.0) installs to /usr/local/tinygo but doesn't add "tinygo" to PATH ENV PATH /usr/local/tinygo/bin:$PATH diff --git a/tinygo/versions.json b/tinygo/versions.json index 9a98aab212a..db0aedf7a7d 100644 --- a/tinygo/versions.json +++ b/tinygo/versions.json @@ -4,6 +4,6 @@ "tag": "v0.32.0", "version": "0.32.0", "go": { - "version": "1.19" + "version": "1.21" } }