From e844facbb931ee1a122ef569d76b68edfaf1d8f0 Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Thu, 8 Feb 2024 22:39:59 +0100 Subject: [PATCH] [Ubuntu] add go 1.22 (#9319) --- images/ubuntu/toolsets/toolset-2004.json | 3 ++- images/ubuntu/toolsets/toolset-2204.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index 203e620ac261..6be5c9895705 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -47,7 +47,8 @@ "versions": [ "1.19.*", "1.20.*", - "1.21.*" + "1.21.*", + "1.22.*" ], "default": "1.20.*" }, diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 23df32a66b3d..be36fd0a311a 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -45,7 +45,8 @@ "versions": [ "1.19.*", "1.20.*", - "1.21.*" + "1.21.*", + "1.22.*" ], "default": "1.20.*" },