Skip to content

Commit dbf420e

Browse files
authored
Merge pull request #928 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
2 parents 1d09783 + a7919ad commit dbf420e

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)