From 98b37443e15087a6b09be0fe46c2f1ed1e653094 Mon Sep 17 00:00:00 2001 From: vishwanath Date: Wed, 18 Oct 2023 06:54:41 -0700 Subject: [PATCH] revert go update --- .pipelines/azure-pipeline-build.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.pipelines/azure-pipeline-build.yml b/.pipelines/azure-pipeline-build.yml index 9683976fc..d5455af14 100644 --- a/.pipelines/azure-pipeline-build.yml +++ b/.pipelines/azure-pipeline-build.yml @@ -2,7 +2,6 @@ trigger: branches: include: - main - - vishwa/telemetry pr: autoCancel: true branches: @@ -236,7 +235,7 @@ jobs: - task: GoTool@0 displayName: "Build: specify golang version" inputs: - version: '1.21.3' + version: '1.20' - bash: | sudo apt-get install build-essential -y @@ -434,7 +433,7 @@ jobs: - task: GoTool@0 displayName: "Build: specify golang version" inputs: - version: '1.21.3' + version: '1.20' - powershell: | ./makefile_windows.ps1 @@ -472,7 +471,7 @@ jobs: - task: GoTool@0 displayName: "Build: specify golang version" inputs: - version: '1.21.3' + version: '1.20' - powershell: | ./makefile_windows.ps1 @@ -515,7 +514,7 @@ jobs: - task: GoTool@0 displayName: "Build: specify golang version" inputs: - version: '1.21.3' + version: '1.20' - powershell: | New-Item -Path "$(Build.ArtifactStagingDirectory)" -Name "windows" -ItemType "directory"