From 7424a3d3c12eb71c9a96569d5e1896d5105db280 Mon Sep 17 00:00:00 2001 From: Laura Brehm Date: Tue, 18 Oct 2022 15:38:41 +0200 Subject: [PATCH] Fix Makefile target `validate-go-mod` to only run correct bakefile target Signed-off-by: Laura Brehm --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index a003ea723..c8b24ebdf 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,6 @@ go-mod-tidy: ## Run go mod tidy in a container and output resulting go.mod and g .PHONY: validate-go-mod validate-go-mod: ## Validate go.mod and go.sum are up-to-date $(BUILDX_CMD) bake vendor-validate - $(BUILDX_CMD) bake modules-validate .PHONY: validate-modules validate-modules: ## Validate root and e2e go.mod are synced