1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 23:47:07 -05:00

unset GOPATH to use go mod

This commit is contained in:
Shelikhoo 2019-04-15 19:12:43 +08:00
parent 3593db2d73
commit f4f2a98e6e
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -72,7 +72,9 @@ jobs:
displayName: Apt Install
- script: |
go version
go get -v -t -d v2ray.com/core/...
#go get -v -t -d v2ray.com/core/...
unset GOPATH
go get -v -t -d github.com/v2fly/v2ray-core/...
workingDirectory: '$(GOPATH)'
displayName: 'Fetch sources'
- script: |