1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 14:56:33 -04:00

Merge pull request #55 from rprx/patch-1

Update Golang version to 1.14.6
This commit is contained in:
Kslr 2020-07-17 18:29:54 +08:00 committed by GitHub
commit fc2ff502b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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