From ecb9d4051afe957263ec15fcb1db71472abd9ad8 Mon Sep 17 00:00:00 2001 From: RaviAkshintala <167848931+RaviAkshintala@users.noreply.github.com> Date: Fri, 6 Jun 2025 19:35:17 +0530 Subject: [PATCH] [Ubuntu] removed Go 1.21 and added 1.24 and make it as a default version (#12332) --- images/ubuntu/toolsets/toolset-2204.json | 6 +++--- images/ubuntu/toolsets/toolset-2404.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 132ba6957..2584e4302 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -42,11 +42,11 @@ "arch": "x64", "platform" : "linux", "versions": [ - "1.21.*", "1.22.*", - "1.23.*" + "1.23.*", + "1.24.*" ], - "default": "1.23.*" + "default": "1.24.*" }, { "name": "Ruby", diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index c69be7a68..a3a546a40 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -40,11 +40,11 @@ "arch": "x64", "platform" : "linux", "versions": [ - "1.21.*", "1.22.*", - "1.23.*" + "1.23.*", + "1.24.*" ], - "default": "1.23.*" + "default": "1.24.*" }, { "name": "Ruby",