From cccd568ea378dfc6d266669ee6c787a27e950744 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Fri, 1 Feb 2019 16:53:21 +0100 Subject: [PATCH] update golang version --- azure-pipelines.template.yml | 2 +- release/release-ci.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.template.yml b/azure-pipelines.template.yml index 9166df562..26bfe5620 100644 --- a/azure-pipelines.template.yml +++ b/azure-pipelines.template.yml @@ -13,7 +13,7 @@ jobs: - checkout: none - task: GoTool@0 inputs: - version: '1.11.2' + version: '1.11.5' - script: | go version go get -v -t -d v2ray.com/core/... diff --git a/release/release-ci.sh b/release/release-ci.sh index 519adc0f0..8e5442f31 100644 --- a/release/release-ci.sh +++ b/release/release-ci.sh @@ -38,7 +38,7 @@ echo ${SIGN_KEY_PASS} | gpg --passphrase-fd 0 --batch --import /v2/build/sign_ke curl -L -o /v2/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.11.2.linux-amd64.tar.gz +curl -L -o ${GO_INSTALL} https://storage.googleapis.com/golang/go1.11.5.linux-amd64.tar.gz tar -C /usr/local -xzf ${GO_INSTALL} export PATH=$PATH:/usr/local/go/bin