From fd314a31ce0f293474d817a083a80208c0c105e7 Mon Sep 17 00:00:00 2001 From: blotus Date: Tue, 12 Nov 2024 14:49:26 +0100 Subject: [PATCH] fix go version for azure pipeline (#3324) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index acbcabc20c5..bcf327bdf38 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ stages: - task: GoTool@0 displayName: "Install Go" inputs: - version: '1.23' + version: '1.23.3' - pwsh: | choco install -y make