From ebcb9429d3e117c779a03a346ee61614fb095293 Mon Sep 17 00:00:00 2001 From: kun Date: Tue, 25 Dec 2018 18:55:26 +0800 Subject: [PATCH] fix CI --- circle-test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circle-test.sh b/circle-test.sh index 561fbc5..e791742 100644 --- a/circle-test.sh +++ b/circle-test.sh @@ -1,6 +1,10 @@ #!/bin/bash +go env + export GO111MODULE=on +export GOROOT=/usr/local/go + go generate go mod tidy # build