golang version number 1.14.1

pull/2531/head
zzc10086 2020-04-01 16:21:30 +08:00 committed by Nicholas Wang
parent f48cc6df3d
commit af9999f861
No known key found for this signature in database
GPG Key ID: F20CA399C9BD9100
1 changed files with 2 additions and 2 deletions

View File

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