|
@@ -37,7 +37,7 @@ jobs:
|
|
|
- checkout: self
|
|
- checkout: self
|
|
|
- task: GoTool@0
|
|
- task: GoTool@0
|
|
|
inputs:
|
|
inputs:
|
|
|
- version: '1.12'
|
|
|
|
|
|
|
+ version: '1.13'
|
|
|
- script: |
|
|
- script: |
|
|
|
bash ./testing/coverage/coverall
|
|
bash ./testing/coverage/coverall
|
|
|
workingDirectory: '$(Build.SourcesDirectory)'
|
|
workingDirectory: '$(Build.SourcesDirectory)'
|
|
@@ -59,14 +59,14 @@ jobs:
|
|
|
- checkout: none
|
|
- checkout: none
|
|
|
- task: GoTool@0
|
|
- task: GoTool@0
|
|
|
inputs:
|
|
inputs:
|
|
|
- version: '1.12'
|
|
|
|
|
|
|
+ version: '1.13'
|
|
|
- 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
|
|
|
displayName: Apt Install
|
|
displayName: Apt Install
|
|
|
- script: |
|
|
- script: |
|
|
|
go version
|
|
go version
|
|
|
- go get -v -t -d v2ray.com/core/...
|
|
|
|
|
|
|
+ go get -insecure -v -t -d v2ray.com/core/...
|
|
|
workingDirectory: '$(system.defaultWorkingDirectory)'
|
|
workingDirectory: '$(system.defaultWorkingDirectory)'
|
|
|
displayName: 'Fetch sources'
|
|
displayName: 'Fetch sources'
|
|
|
- script: |
|
|
- script: |
|