Merge pull request #2401 from zzc10086/patch-1

fix azure-pipelines.yml golang version number error
pull/2416/head
Kslr 2020-04-01 17:18:57 +08:00 committed by GitHub
commit 8d75477412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
- checkout: self
- task: GoTool@0
inputs:
version: '1.14.x'
version: '1.14.1'
- script: |
bash ./testing/coverage/coverall
workingDirectory: '$(Build.SourcesDirectory)'
@ -59,7 +59,7 @@ jobs:
- checkout: none
- task: GoTool@0
inputs:
version: '1.14.x'
version: '1.14.1'
- script: |
sudo apt-get -y update
sudo apt-get -y install jq git file pkg-config zip g++ zlib1g-dev unzip python openssl