Merge pull request #5128 from reasonerjt/make-shell-goproxy

Let "make shell xxx" respect GOPROXY
This commit is contained in:
qiuming
2022-07-19 10:57:20 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ shell: build-dirs build-env
@# under $GOPATH).
@docker run \
-e GOFLAGS \
-e GOPROXY \
-i $(TTY) \
--rm \
-u $$(id -u):$$(id -g) \

View File

@@ -0,0 +1 @@
Let "make shell xxx" respect GOPROXY