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
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.