瀏覽代碼

Update azure-pipelines.template.yml

rprx 5 年之前
父節點
當前提交
2ef709997b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      azure-pipelines.template.yml

+ 1 - 1
azure-pipelines.template.yml

@@ -9,7 +9,7 @@ jobs:
   - checkout: self
   - task: GoTool@0
     inputs:
-      version: '1.13'
+      version: '1.14'
   - script: |
       go test -p 1 -v -timeout 30m ./...
     workingDirectory: '$(Build.SourcesDirectory)'