Skip to content

Commit

Permalink
use golang 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Aug 25, 2017
1 parent 3d4cbb8 commit a20ab4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: required
language: go
go:
- 1.8.3
- 1.9
go_import_path: v2ray.com/core
git:
depth: 5
Expand Down
2 changes: 1 addition & 1 deletion tools/release/release-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a20ab4c

Please sign in to comment.