diff --git a/Makefile b/Makefile index 8bb2b251e..814653b79 100644 --- a/Makefile +++ b/Makefile @@ -467,8 +467,8 @@ benchmark-pure: CGO_ENABLED=0 go test -bench=. ./app/... vendor-update: - go get -u -d ./lib/... - go get -u -d ./app/... + go get -u ./lib/... + go get -u ./app/... go mod tidy -compat=1.22 go mod vendor