https://bugzilla.redhat.com/show_bug.cgi?id=1788893 --- Comment #11 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- (In reply to Jakub Jelen from comment #9) > Thank you very much! Please, let me know if you will need some review in > exchange. > > I tried with the GO111MODULE=off, but it did not work (at least not on my > Fedora 31): > > + GO111MODULE=off > + go generate > build flag -mod=vendor only valid when using modules > main.go:94: running "go": exit status 1 > > Is there something else I can try, bug to fill or follow to keep updated on > the progress? Anyway, we should follow this discussion in bug #1788637. Try removing -mod=vendor from the generate command in main.go: sed -i "s| -mod=vendor||" main.go -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx