From e01c839141664a19cd59e479a41b65be7cabe36b Mon Sep 17 00:00:00 2001 From: RaviAkshintala <167848931+RaviAkshintala@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:45:51 +0530 Subject: [PATCH] go version 1.20 removed and 1.23 added (#10580) Co-authored-by: Ravi Akshintala --- images/ubuntu/toolsets/toolset-2404.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index e3a11333e..683a243e2 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -39,11 +39,11 @@ "arch": "x64", "platform" : "linux", "versions": [ - "1.20.*", "1.21.*", - "1.22.*" + "1.22.*", + "1.23.*" ], - "default": "1.22.*" + "default": "1.23.*" }, { "name": "Ruby",