jwendell reported a new issue against the project: `go-rpm-macros` that you are 
following:
``
Currently it is hardcoded in macros.go-compilers-golang line 35:

# Turn off Go modules
%gomodulesmode GO111MODULE=off

This is preventing me to build passing the flag "=mod=vendor". I'm currently 
setting:
%global gocompilerflags "-mod=vendor"
in my .spec.

Build fails with:
build flag -mod=vendor only valid when using modules

Because  %gomodulesmode is being passed to go build.

Ideally we should be able to override it, so that it works when trying to use 
-mod=XXX value.
``

To reply, visit the link below or just reply to this email
https://pagure.io/go-rpm-macros/issue/28
_______________________________________________
golang mailing list -- golang@lists.fedoraproject.org
To unsubscribe send an email to golang-le...@lists.fedoraproject.org
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/golang@lists.fedoraproject.org

Reply via email to