diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ff7033c..f722419 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,11 +29,6 @@ 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 test -v ./... workingDirectory: '$(modulePath)' displayName: 'Get dependencies, then build'