build: use goproxy

This commit is contained in:
Cadey Ratio 2019-06-05 14:26:06 +00:00
parent 0ebad9efb1
commit f8d5917e44
1 changed files with 1 additions and 0 deletions

View File

@ -5,5 +5,6 @@ sources:
- https://github.com/Xe/site
tasks:
- test: |
export GOPROXY=https://cache.greedo.xeserv.us
cd site
go test ./...