1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 14:35:23 +00:00

run tests with go 1.12

This commit is contained in:
Darien Raymond 2019-02-26 10:19:36 +01:00
parent d5de8e27cc
commit 2708be9d43
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ jobs:
- checkout: self
- task: GoTool@0
inputs:
version: '1.11.5'
version: '1.12'
- script: |
go test -p 1 -v -timeout 30m ./...
workingDirectory: '$(Build.SourcesDirectory)'

View File

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