From 71407cb2e4fcd68fee01d403fb74d90d469c252f Mon Sep 17 00:00:00 2001 From: Jared Jacobson <71237599+jaredjn@users.noreply.github.com> Date: Mon, 13 Sep 2021 10:22:56 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f81ebe8a6..2c27856ad 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,11 +27,6 @@ steps: echo '##vso[task.prependpath]$(GOROOT)/bin' displayName: 'Set up the Go workspace' -- script: | - go version - workingDirectory: '$(modulePath)' - displayName: 'Display go version' - - task: CmdLine@2 name: Build inputs: