From 36f9e14b8c6d5ba62bc3dc25c4b04147d5c34a9f Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 5 Jun 2019 14:29:06 +0000 Subject: [PATCH] disable cgo? --- .build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build.yml b/.build.yml index 6693a33..e54e73c 100644 --- a/.build.yml +++ b/.build.yml @@ -6,5 +6,6 @@ sources: tasks: - test: | export GOPROXY=https://cache.greedo.xeserv.us + export CGO_ENABLED=0 cd site go test ./...