Commit e896becc authored by Nick Thomas's avatar Nick Thomas

Merge branch 'zj-disable-go-mod-explicitly' into 'master'

Set Go111MODULE to 'off' during compilation

See merge request gitlab-org/gitlab-shell!315
parents d18543c7 636ce937
......@@ -12,7 +12,8 @@ module GoBuild
GO_ENV = {
'GOPATH' => BUILD_DIR,
'GO15VENDOREXPERIMENT' => '1'
'GO15VENDOREXPERIMENT' => '1',
'GO111MODULE' => 'off'
}.freeze
def create_fresh_build_dir
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment