]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/moddeps: set GO111MODULE explicitly for moddeps_test 'go' commands
authorBryan C. Mills <bcmills@google.com>
Mon, 9 Mar 2020 19:47:53 +0000 (15:47 -0400)
committerBryan C. Mills <bcmills@google.com>
Wed, 11 Mar 2020 18:47:13 +0000 (18:47 +0000)
commiteafb4d8f8f57f52cbb6792aeff535783525186c5
treefc026d529eb5b2935b7f1a170db693947f769703
parent576fa692774137633b09dd244e1de36993dd2803
cmd/internal/moddeps: set GO111MODULE explicitly for moddeps_test 'go' commands

This fixes observed failures using the following steps to reproduce:

go env -w GO111MODULE=off
go test cmd/internal/moddeps

Fixes #37749

Change-Id: I7761f0b20266ac911ad19a724ba2551beca3f267
Reviewed-on: https://go-review.googlesource.com/c/go/+/222674
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/internal/moddeps/moddeps_test.go