Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDisable modules in ci integration script #4
Closed
Comments
|
Doesn't go-fuzz already set GO11MODULE="off"? if not then please open a PR as you suggested. |
yevgenypats
added a commit
that referenced
this issue
Aug 2, 2019
|
Closing as this was merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
go-fuzzdoesn't support modules (see dvyukov/go-fuzz#195) so we should add: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.