From a9c16354074c07996ea776d916f7cfe61a158d6d Mon Sep 17 00:00:00 2001 From: Jared Jacobson <71237599+jaredjn@users.noreply.github.com> Date: Mon, 13 Sep 2021 10:20:15 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fecec2061..f81ebe8a6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,14 +29,8 @@ steps: - script: | go version - go get -v -t -d ./... - if [ -f Gopkg.toml ]; then - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh - dep ensure - fi - go build -v . workingDirectory: '$(modulePath)' - displayName: 'Get dependencies, then build' + displayName: 'Display go version' - task: CmdLine@2 name: Build