mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 21:36:30 +00:00
Merge pull request #5128 from reasonerjt/make-shell-goproxy
Let "make shell xxx" respect GOPROXY
This commit is contained in:
1
Makefile
1
Makefile
@@ -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) \
|
||||
|
||||
1
changelogs/unreleased/5128-reasonerjt
Normal file
1
changelogs/unreleased/5128-reasonerjt
Normal file
@@ -0,0 +1 @@
|
||||
Let "make shell xxx" respect GOPROXY
|
||||
Reference in New Issue
Block a user