Skip to content

Commit 8c93ed0

Browse files
authored
Update common Prometheus files (#1174)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
1 parent f50aac6 commit 8c93ed0

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
@@ -139,7 +139,7 @@ common-deps:
139139
update-go-deps:
140140
@echo ">> updating Go dependencies"
141141
@for m in $$($(GO) list -mod=readonly -m -f '{{ if and (not .Indirect) (not .Main)}}{{.Path}}{{end}}' all); do \
142-
$(GO) get -d $$m; \
142+
$(GO) get $$m; \
143143
done
144144
$(GO) mod tidy
145145

0 commit comments

Comments
 (0)