From c7e9b483ec348ef568e02a6862145b45df30ddf2 Mon Sep 17 00:00:00 2001 From: l198881 <82917144+l198881@users.noreply.github.com> Date: Sun, 16 May 2021 11:12:49 -0300 Subject: [PATCH] Update azure-pipelines-2.yml --- azure-pipelines-2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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