mirror of https://github.com/v2ray/v2ray-core
Merge pull request #2401 from zzc10086/patch-1
fix azure-pipelines.yml golang version number errorpull/2416/head
commit
8d75477412
|
@ -37,7 +37,7 @@ jobs:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
- task: GoTool@0
|
- task: GoTool@0
|
||||||
inputs:
|
inputs:
|
||||||
version: '1.14.x'
|
version: '1.14.1'
|
||||||
- script: |
|
- script: |
|
||||||
bash ./testing/coverage/coverall
|
bash ./testing/coverage/coverall
|
||||||
workingDirectory: '$(Build.SourcesDirectory)'
|
workingDirectory: '$(Build.SourcesDirectory)'
|
||||||
|
@ -59,7 +59,7 @@ jobs:
|
||||||
- checkout: none
|
- checkout: none
|
||||||
- task: GoTool@0
|
- task: GoTool@0
|
||||||
inputs:
|
inputs:
|
||||||
version: '1.14.x'
|
version: '1.14.1'
|
||||||
- script: |
|
- script: |
|
||||||
sudo apt-get -y update
|
sudo apt-get -y update
|
||||||
sudo apt-get -y install jq git file pkg-config zip g++ zlib1g-dev unzip python openssl
|
sudo apt-get -y install jq git file pkg-config zip g++ zlib1g-dev unzip python openssl
|
||||||
|
|
Loading…
Reference in New Issue