use go 1.11.2

pull/1366/head
Darien Raymond 2018-11-03 09:07:25 +01:00
parent 8bb018dae2
commit 25e7fa3ade
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ version: "1.0.{build}"
environment:
global:
GOPATH: C:\gopath
GOVERSION: "1.11.1"
GOVERSION: "1.11.2"
install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%

View File

@ -11,7 +11,7 @@ branches:
build:
ci:
- uname -a
- curl -L -o golang.tar.gz https://dl.google.com/go/go1.11.1.linux-arm64.tar.gz
- curl -L -o golang.tar.gz https://dl.google.com/go/go1.11.2.linux-arm64.tar.gz
- tar -C /usr/local -xzf golang.tar.gz
- export PATH=$PATH:/usr/local/go/bin
- export GOPATH=/v2ray