1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-30 11:05:24 +00:00

use golang 1.9

This commit is contained in:
Darien Raymond 2017-08-25 15:11:02 +02:00
parent 3d4cbb810b
commit a20ab4c31f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
sudo: required
language: go
go:
- 1.8.3
- 1.9
go_import_path: v2ray.com/core
git:
depth: 5

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.3.linux-amd64.tar.gz
curl -L -o ${GO_INSTALL} https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz
tar -C /usr/local -xzf ${GO_INSTALL}
export PATH=$PATH:/usr/local/go/bin