From f8d5917e4493aa799795004d3e662c485e04e546 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 5 Jun 2019 14:26:06 +0000 Subject: [PATCH] build: use goproxy --- .build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build.yml b/.build.yml index c9c2f8f..6693a33 100644 --- a/.build.yml +++ b/.build.yml @@ -5,5 +5,6 @@ sources: - https://github.com/Xe/site tasks: - test: | + export GOPROXY=https://cache.greedo.xeserv.us cd site go test ./...