When building variants, twoliter currently finds all golang modules that live under sources and prepares those modules to be used during the build process. In some cases, there may be sources that the author does not intend to use during the build.
It would be useful if the GO_MODULES environment variable could be supplied to explicitly set the modules that should be used during the build.
When building variants, twoliter currently finds all golang modules that live under
sources
and prepares those modules to be used during the build process. In some cases, there may be sources that the author does not intend to use during the build.It would be useful if the
GO_MODULES
environment variable could be supplied to explicitly set the modules that should be used during the build.