Skip to content

Commit

Permalink
Merge pull request #5128 from reasonerjt/make-shell-goproxy
Browse files Browse the repository at this point in the history
Let "make shell xxx" respect GOPROXY
  • Loading branch information
qiuming-best committed Jul 19, 2022
2 parents 5693993 + 9173ac1 commit 2464fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -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) \
Expand Down
1 change: 1 addition & 0 deletions changelogs/unreleased/5128-reasonerjt
@@ -0,0 +1 @@
Let "make shell xxx" respect GOPROXY

0 comments on commit 2464fcd

Please sign in to comment.