Skip to content

Commit

Permalink
Update azurerm-schema-update-pipeline.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed Oct 12, 2024
1 parent fcc6b9d commit 1fececf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azdo/azurerm-schema-update-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fececf

Please sign in to comment.