Browse Source

update azure pipeline

Darien Raymond 7 years ago
parent
commit
97f8727ad5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      azure-pipelines.template.yml

+ 2 - 2
azure-pipelines.template.yml

@@ -11,8 +11,8 @@ jobs:
   steps:
   - checkout: none
   - task: GoTool@0
-      inputs:
-        version: '1.11.2'
+    inputs:
+      version: '1.11.2'
   - script: |
       go version
       go get -v -t -d v2ray.com/core/...