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

update golang version

This commit is contained in:
Darien Raymond 2019-02-01 16:53:21 +01:00
parent 3de50a6412
commit cccd568ea3
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
- checkout: none
- task: GoTool@0
inputs:
version: '1.11.2'
version: '1.11.5'
- script: |
go version
go get -v -t -d v2ray.com/core/...

View File

@ -38,7 +38,7 @@ echo ${SIGN_KEY_PASS} | gpg --passphrase-fd 0 --batch --import /v2/build/sign_ke
curl -L -o /v2/build/releases https://api.github.com/repos/v2ray/v2ray-core/releases
GO_INSTALL=golang.tar.gz
curl -L -o ${GO_INSTALL} https://storage.googleapis.com/golang/go1.11.2.linux-amd64.tar.gz
curl -L -o ${GO_INSTALL} https://storage.googleapis.com/golang/go1.11.5.linux-amd64.tar.gz
tar -C /usr/local -xzf ${GO_INSTALL}
export PATH=$PATH:/usr/local/go/bin