Update azure-pipelines-2.yml

This commit is contained in:
l198881 2021-05-16 11:12:49 -03:00 committed by GitHub
parent 5b37d35166
commit c7e9b483ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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