diff options
Diffstat (limited to 'test/unit/check/go.py')
-rw-r--r-- | test/unit/check/go.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/check/go.py b/test/unit/check/go.py index 35b0c2d5..309091c0 100644 --- a/test/unit/check/go.py +++ b/test/unit/check/go.py @@ -8,6 +8,7 @@ def check_go(current_dir, temp_dir, test_dir): env = os.environ.copy() env['GOPATH'] = current_dir + '/build/go' + env['GO111MODULE'] = 'auto' try: process = subprocess.Popen( |