From 1fececfa837a3fd77ceba41b1054eb5e5f0fabe8 Mon Sep 17 00:00:00 2001 From: Heng Lu <79895375+ms-henglu@users.noreply.github.com> Date: Sat, 12 Oct 2024 10:58:06 +0800 Subject: [PATCH] Update azurerm-schema-update-pipeline.yml for Azure Pipelines --- .azdo/azurerm-schema-update-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azdo/azurerm-schema-update-pipeline.yml b/.azdo/azurerm-schema-update-pipeline.yml index f2ba54f2..9901ad70 100644 --- a/.azdo/azurerm-schema-update-pipeline.yml +++ b/.azdo/azurerm-schema-update-pipeline.yml @@ -28,8 +28,8 @@ steps: name: step1 - script: | - wget https://go.dev/dl/go1.21.4.linux-amd64.tar.gz - sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.21.4.linux-amd64.tar.gz + wget https://go.dev/dl/go1.22.8.linux-amd64.tar.gz + sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.22.8.linux-amd64.tar.gz export GOROOT=/usr/local/go export PATH=$GOROOT/bin:$PATH go version