mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-05 00:47:51 -05:00
unset GOPATH to use go mod
This commit is contained in:
parent
3593db2d73
commit
f4f2a98e6e
@ -72,7 +72,9 @@ jobs:
|
|||||||
displayName: Apt Install
|
displayName: Apt Install
|
||||||
- script: |
|
- script: |
|
||||||
go version
|
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)'
|
workingDirectory: '$(GOPATH)'
|
||||||
displayName: 'Fetch sources'
|
displayName: 'Fetch sources'
|
||||||
- script: |
|
- script: |
|
||||||
|
Loading…
Reference in New Issue
Block a user