Browse Source

Merge pull request #10 from rprx/patch-1

Update Golang version to 1.14.4
Xiaokang Wang 5 years ago
parent
commit
448d24496c
2 changed files with 3 additions and 3 deletions
  1. 1 1
      azure-pipelines.template.yml
  2. 2 2
      azure-pipelines.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)'

+ 2 - 2
azure-pipelines.yml

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