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