build: use goproxy
This commit is contained in:
parent
0ebad9efb1
commit
f8d5917e44
|
@ -5,5 +5,6 @@ sources:
|
||||||
- https://github.com/Xe/site
|
- https://github.com/Xe/site
|
||||||
tasks:
|
tasks:
|
||||||
- test: |
|
- test: |
|
||||||
|
export GOPROXY=https://cache.greedo.xeserv.us
|
||||||
cd site
|
cd site
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|
Loading…
Reference in New Issue