From be6f44e1d7de1c491011a9d34e96359e3c47f360 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sat, 26 May 2018 00:14:54 +0200 Subject: [PATCH] update to golang 1.10.2 --- .travis.yml | 2 +- release/release-ci.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b3058133..cc7e37a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required language: go go: -- "1.10.1" +- "1.10.2" go_import_path: v2ray.com/core git: depth: 5 diff --git a/release/release-ci.sh b/release/release-ci.sh index 40be7c73..e0edcc0d 100755 --- a/release/release-ci.sh +++ b/release/release-ci.sh @@ -25,7 +25,7 @@ echo ${SIGN_KEY_PASS} | gpg --passphrase-fd 0 --batch --import /v2ray/build/sign 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.10.1.linux-amd64.tar.gz +curl -L -o ${GO_INSTALL} https://storage.googleapis.com/golang/go1.10.2.linux-amd64.tar.gz tar -C /usr/local -xzf ${GO_INSTALL} export PATH=$PATH:/usr/local/go/bin