Browse Source

unset GOPATH to use go mod

pull/2141/head
Shelikhoo 6 years ago
parent
commit
f4f2a98e6e
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
  1. 4
      azure-pipelines.yml

4
azure-pipelines.yml

@ -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: |

Loading…
Cancel
Save