From 9b4274cda9926632bedc8dde604f9b631a200c79 Mon Sep 17 00:00:00 2001 From: RaviAkshintala <167848931+RaviAkshintala@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:14:17 +0530 Subject: [PATCH] Go version 1.23 Added and set as default version (#10763) Co-authored-by: Ravi Akshintala --- images/ubuntu/toolsets/toolset-2004.json | 5 +++-- images/ubuntu/toolsets/toolset-2204.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index 6ac26c19..4f25ed1a 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -46,9 +46,10 @@ "platform" : "linux", "versions": [ "1.21.*", - "1.22.*" + "1.22.*", + "1.23.*" ], - "default": "1.21.*" + "default": "1.23.*" }, { "name": "Ruby", diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 8cf804fc..2b074666 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -44,9 +44,10 @@ "platform" : "linux", "versions": [ "1.21.*", - "1.22.*" + "1.22.*", + "1.23.*" ], - "default": "1.21.*" + "default": "1.23.*" }, { "name": "Ruby",