From 6b249d21c4dc2033b3eb3d4c7596b1552420d03f Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Mon, 7 Oct 2019 22:18:36 +0200 Subject: [PATCH] FIX BUILD --- fuzzit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzzit.sh b/fuzzit.sh index 6f18daf..50c9529 100755 --- a/fuzzit.sh +++ b/fuzzit.sh @@ -13,11 +13,11 @@ ROOT=./server TYPE=$1 # Setup -export GO111MODULE="on" +export GOFUZZ111MODULE="on" go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build go get -d -v -u ./... if [ ! -f fuzzit ]; then - wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.29/fuzzit_Linux_x86_64 + wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.72/fuzzit_Linux_x86_64 chmod a+x fuzzit fi