From 04789a24467cbf47a6e9adfc270df01b57295230 Mon Sep 17 00:00:00 2001 From: Matthew Holt <mholt@users.noreply.github.com> Date: Sat, 6 Apr 2019 16:30:58 -0600 Subject: [PATCH] ci: Enable use of Go modules Temporary until Go 1.13 --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0c208259d..72796a51b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,6 +24,8 @@ variables: GOPATH: $(system.defaultWorkingDirectory)/gopath GOBIN: $(GOPATH)/bin modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' + # TODO: modules should be the default in Go 1.13, so this won't be needed + GO111MODULE: on steps: - bash: |