From 8da6a4dc928991f795f7ec1f4e54857d595fd17e Mon Sep 17 00:00:00 2001 From: mmetc <92726601+mmetc@users.noreply.github.com> Date: Fri, 21 Feb 2025 12:55:02 +0100 Subject: [PATCH] CI: use go 1.24 for windows (#3479) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bcf327bdf..59aaa7db0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ stages: - task: GoTool@0 displayName: "Install Go" inputs: - version: '1.23.3' + version: '1.24.0' - pwsh: | choco install -y make