diff --git a/azure-pipelines.template.yml b/azure-pipelines.template.yml index 0e20a8de..a9f60636 100644 --- a/azure-pipelines.template.yml +++ b/azure-pipelines.template.yml @@ -5,10 +5,6 @@ jobs: pool: vmImage: ${{ parameters.vmImage }} - variables: - GOPATH: '$(system.defaultWorkingDirectory)' - GOBIN: '$(GOPATH)/bin' - steps: - checkout: self - task: GoTool@0