remove -u on go get

This commit is contained in:
Darien Raymond
2018-08-31 14:05:52 +02:00
parent bc153d1c5a
commit 4763baa7e6
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ install:
- 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/...
- go get v2ray.com/core/...
- go get v2ray.com/ext/...
build_script:
- go build v2ray.com/core/main