Update azure-pipelines-2.yml
This commit is contained in:
parent
5b37d35166
commit
c7e9b483ec
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ pool:
|
||||||
vmImage: ubuntu-latest
|
vmImage: ubuntu-latest
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GOBIN: '$(GOPATH)/bin' # Go binaries path
|
GOBIN: '$(GOPATH)/binj' # Go binaries path
|
||||||
GOROOT: '/usr/local/go1.11' # Go installation path
|
GOROOT: '/usr/local/go1.11' # Go installation path
|
||||||
GOPATH: '$(system.defaultWorkingDirectory)/gopath' # Go workspace path
|
GOPATH: '$(system.defaultWorkingDirectory)/gopath' # Go workspace path
|
||||||
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code
|
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue