fuzzitdev/example-go

Disable modules in ci integration script

kjk opened this issue · 2 comments

kjk commented

go-fuzz doesn't support modules (see dvyukov/go-fuzz#195) so we should add:

export GO111MODULE="off"

at the top of fuzzit.sh (like I had to do in gomarkdown/markdown@f70ab62).

Otherwise, things will break for packages that use modules.

I can make a PR.

Doesn't go-fuzz already set GO11MODULE="off"? if not then please open a PR as you suggested.

Closing as this was merged.