From 2b2eada39336304bdb0e93da16abd148b256114e Mon Sep 17 00:00:00 2001 From: Johan Brandhorst-Satzkorn Date: Wed, 6 Sep 2023 11:07:44 -0700 Subject: [PATCH] Upgrade Go version (#3677) This avoids an RCE in the Go tooling and fixes some JS escaping in html/template. See https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM?pli=1 for more information. --- .go-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.go-version b/.go-version index 3500250a4b..2844977405 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.21.0 +1.21.1