mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-08-14 02:50:32 -04:00
force appveyor to use go 1.11
This commit is contained in:
+5
-2
@@ -10,13 +10,16 @@ branches:
|
||||
|
||||
version: "1.0.{build}"
|
||||
|
||||
stack: "go 1.11"
|
||||
|
||||
environment:
|
||||
global:
|
||||
GOPATH: C:\gopath
|
||||
GOVERSION: "1.11"
|
||||
|
||||
install:
|
||||
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
|
||||
- rmdir c:\go /s /q
|
||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.zip
|
||||
- 7z x go%GOVERSION%.windows-amd64.zip -y -oC:\ > NUL
|
||||
- go version
|
||||
- go get -u v2ray.com/core/...
|
||||
- go get -u v2ray.com/ext/...
|
||||
|
||||
Reference in New Issue
Block a user