Skip to content

Commit

Permalink
Fix fuzzit for Go 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubbelboer committed Sep 12, 2019
1 parent ec83abe commit b29d896
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fuzzit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ set -xe
## in the old style GOPATH way
export GO111MODULE="off"

# We need to download these dependencies again after we set GO111MODULE="off"
go get -t -v ./...

go get github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build

wget -q -O fuzzitbin https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.24/fuzzit_Linux_x86_64
Expand Down

0 comments on commit b29d896

Please sign in to comment.