Skip to content

Commit

Permalink
revert go update
Browse files Browse the repository at this point in the history
  • Loading branch information
vishiy committed Oct 18, 2023
1 parent f39f7e2 commit 98b3744
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .pipelines/azure-pipeline-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ trigger:
branches:
include:
- main
- vishwa/telemetry
pr:
autoCancel: true
branches:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 98b3744

Please sign in to comment.