Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
unset GOSUMDB
  • Loading branch information
horis233 committed Aug 19, 2021
commit 9c228f9965c788cf166e93e55459423f691e9eb3
1 change: 1 addition & 0 deletions common/Makefile.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ TMP_DIR=$$(mktemp -d) ;\
cd $$TMP_DIR ;\
go mod init tmp ;\
echo "Downloading $(2)" ;\
unset GOSUMDB ;\
go env -w GOSUMDB=off ;\
GOBIN=$(PROJECT_DIR)/bin go get $(2) ;\
rm -rf $$TMP_DIR ;\
Expand Down