浏览代码

Merge pull request #55 from rprx/patch-1

Update Golang version to 1.14.6
Kslr 5 年之前
父节点
当前提交
fc2ff502b1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      azure-pipelines.yml

+ 2 - 2
azure-pipelines.yml

@@ -42,7 +42,7 @@ jobs:
   - checkout: self
   - task: GoTool@0
     inputs:
-      version: '1.14.4'
+      version: '1.14.6'
   - script: |
       bash ./testing/coverage/coverall
     workingDirectory: '$(Build.SourcesDirectory)'
@@ -66,7 +66,7 @@ jobs:
   - checkout: self
   - task: GoTool@0
     inputs:
-      version: '1.14.4'
+      version: '1.14.6'
   - script: |
       mkdir triggersrc
       ls -I "triggersrc" | xargs cp -rf -t triggersrc