From cb71b9bd49cf94bae7a3072aa101cc7a35dc60a0 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 404759dae75..c52aab55edc 100644 --- a/tinygo/Dockerfile +++ b/tinygo/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM golang:1.18-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 6da78d8c30a..9f74fe8d533 100644 --- a/tinygo/versions.json +++ b/tinygo/versions.json @@ -4,6 +4,6 @@ "tag": "v0.30.0", "version": "0.30.0", "go": { - "version": "1.18" + "version": "1.21" } }