summaryrefslogtreecommitdiff
path: root/support/go_build.rb
diff options
context:
space:
mode:
Diffstat (limited to 'support/go_build.rb')
-rw-r--r--support/go_build.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/go_build.rb b/support/go_build.rb
index 792ebc0..d11cc38 100644
--- a/support/go_build.rb
+++ b/support/go_build.rb
@@ -12,7 +12,8 @@ module GoBuild
GO_ENV = {
'GOPATH' => BUILD_DIR,
- 'GO15VENDOREXPERIMENT' => '1'
+ 'GO15VENDOREXPERIMENT' => '1',
+ 'GO111MODULE' => 'off'
}.freeze
def create_fresh_build_dir