Update azure-pipelines.yml for Azure Pipelines

pull/132/head
Andy Wang 4 years ago
parent 3484914304
commit 809301d8ad

@ -13,7 +13,7 @@ pool:
variables:
GOBIN: '$(GOPATH)/bin' # Go binaries path
GOROOT: '/usr/local/go1.11' # Go installation path
GOROOT: '/usr/local/go1.13' # Go installation path
GOPATH: '$(system.defaultWorkingDirectory)/gopath' # Go workspace path
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code

Loading…
Cancel
Save