Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Andy Wang 2020-09-12 22:43:18 +01:00
parent 3484914304
commit 809301d8ad
1 changed files with 1 additions and 1 deletions

View File

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