diff --git a/s/ci_fuzzit.sh b/s/ci_fuzzit.sh index cb864c4..d42d824 100755 --- a/s/ci_fuzzit.sh +++ b/s/ci_fuzzit.sh @@ -1,5 +1,7 @@ set -xe +export GO111MODULE="off" + ## see our config, for debugging wd=`pwd` echo "pwd: ${pwd}"