From 5d9238eda77b855d9389eabb366f66a108ecadf7 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:18:35 +0200 Subject: [PATCH] [Ubuntu] Add Go 1.25 (#13110) --- images/ubuntu/toolsets/toolset-2204.json | 3 ++- images/ubuntu/toolsets/toolset-2404.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 9e1e147a7..82c2b9955 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -45,7 +45,8 @@ "versions": [ "1.22.*", "1.23.*", - "1.24.*" + "1.24.*", + "1.25.*" ], "default": "1.24.*" }, diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index 4d319ab44..61b541343 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -43,7 +43,8 @@ "versions": [ "1.22.*", "1.23.*", - "1.24.*" + "1.24.*", + "1.25.*" ], "default": "1.24.*" },