1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-27 17:55:23 +00:00

Merge pull request #10 from rprx/patch-1

Update Golang version to 1.14.4
This commit is contained in:
Xiaokang Wang 2020-06-10 18:15:46 +08:00 committed by GitHub
commit 448d24496c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

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