diff --git a/azure-pipelines-2.yml b/azure-pipelines-2.yml index f9ea850..e188faf 100644 --- a/azure-pipelines-2.yml +++ b/azure-pipelines-2.yml @@ -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