Skip to content

Commit

Permalink
add select go version for livetest.yml (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxznmhdcxz authored Jun 5, 2020
1 parent f33dba9 commit 8a3b761
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines/livetest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ jobs:
pool:
vmImage: 'Ubuntu 18.04'
steps:
- task: GoTool@0
inputs:
version: '1.13'
displayName: "Select Go Version"
- template: steps/init_workspace.yml
- template: steps/live_test.yml

0 comments on commit 8a3b761

Please sign in to comment.