浏览代码

Fix Makefile target `validate-go-mod` to only run correct bakefile target

Signed-off-by: Laura Brehm <[email protected]>
Laura Brehm 3 年之前
父节点
当前提交
7424a3d3c1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Makefile

+ 0 - 1
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