mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 15:36:41 -05:00
update to golang 1.8.3
This commit is contained in:
parent
62b01ef0ba
commit
c5761919da
@ -1,7 +1,7 @@
|
|||||||
sudo: required
|
sudo: required
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.8.1
|
- 1.8.3
|
||||||
go_import_path: v2ray.com/core
|
go_import_path: v2ray.com/core
|
||||||
git:
|
git:
|
||||||
depth: 5
|
depth: 5
|
||||||
|
@ -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
|
curl -L -o /v2ray/build/releases https://api.github.com/repos/v2ray/v2ray-core/releases
|
||||||
|
|
||||||
GO_INSTALL=golang.tar.gz
|
GO_INSTALL=golang.tar.gz
|
||||||
curl -L -o ${GO_INSTALL} https://storage.googleapis.com/golang/go1.8.1.linux-amd64.tar.gz
|
curl -L -o ${GO_INSTALL} https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz
|
||||||
tar -C /usr/local -xzf ${GO_INSTALL}
|
tar -C /usr/local -xzf ${GO_INSTALL}
|
||||||
export PATH=$PATH:/usr/local/go/bin
|
export PATH=$PATH:/usr/local/go/bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user