Skip to content

Commit a7919ad

Browse files
committed
Update common Prometheus files
Signed-off-by: prombot <[email protected]>
1 parent 679eb0d commit a7919ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ endif
160160
update-go-deps:
161161
@echo ">> updating Go dependencies"
162162
@for m in $$($(GO) list -mod=readonly -m -f '{{ if and (not .Indirect) (not .Main)}}{{.Path}}{{end}}' all); do \
163-
$(GO) get $$m; \
163+
$(GO) get -d $$m; \
164164
done
165165
GO111MODULE=$(GO111MODULE) $(GO) mod tidy
166166
ifneq (,$(wildcard vendor))

0 commit comments

Comments
 (0)