Skip to content

Set Go111MODULE to 'off' during compilation

Zeger-Jan van de Weg requested to merge zj-disable-go-mod-explicitly into master

Given more to the Go community moves to Go modules, one might default to GO111MODULE to on in their environment. If this is done, this project fails to compile.

By setting the environment for the compilation this is fixed.

Merge request reports