Skip to content

Commit 8a3b761

Browse files
authored
add select go version for livetest.yml (#281)
1 parent f33dba9 commit 8a3b761

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.azure-pipelines/livetest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ jobs:
33
pool:
44
vmImage: 'Ubuntu 18.04'
55
steps:
6+
- task: GoTool@0
7+
inputs:
8+
version: '1.13'
9+
displayName: "Select Go Version"
610
- template: steps/init_workspace.yml
711
- template: steps/live_test.yml

0 commit comments

Comments
 (0)