Browse Source

Merge pull request #55 from rprx/patch-1

Update Golang version to 1.14.6
Kslr 5 years ago
parent
commit
fc2ff502b1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      azure-pipelines.yml

+ 2 - 2
azure-pipelines.yml

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