1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-16 09:26:21 -05:00

update to golang 1.8.1

This commit is contained in:
Darien Raymond 2017-05-13 23:59:43 +02:00
parent 3d6fd6e3a6
commit 986e721571
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -25,7 +25,7 @@ gpg --import /v2ray/build/sign_key.asc
curl -L -o /v2ray/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.8.linux-amd64.tar.gz
curl -L -o ${GO_INSTALL} https://storage.googleapis.com/golang/go1.8.1.linux-amd64.tar.gz
tar -C /usr/local -xzf ${GO_INSTALL}
export PATH=$PATH:/usr/local/go/bin