Skip to content

Commit a652a0c

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent bbbd499 commit a652a0c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ steps:
1515
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
1616
ArtifactName: 'drop'
1717

18+
- task: GoTool@0
19+
displayName: 'Use Go 1.15'
20+
inputs:
21+
version: 1.15
22+
1823
- task: Go@0
1924
displayName: 'go build'
2025
inputs:

0 commit comments

Comments
 (0)