From 61b965ecf0e4f8125cbf8766b77764c879370d32 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Thu, 10 Jul 2025 12:27:37 +0100 Subject: [PATCH] =?UTF-8?q?UPSTREAM:=20:=20[OTE]=20-=20chore:=20fol?= =?UTF-8?q?low=20up=20#383=20=E2=80=93=20remove=20unreachable=20target=20c?= =?UTF-8?q?all?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openshift/tests-extension/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/tests-extension/Makefile b/openshift/tests-extension/Makefile index c77c92e24..b7df73583 100644 --- a/openshift/tests-extension/Makefile +++ b/openshift/tests-extension/Makefile @@ -38,7 +38,7 @@ TOOLS_BIN_DIR := $(CURDIR)/bin #SECTION Development .PHONY: verify #HELP To verify the code -verify: tidy fmt vet lint check-metadata +verify: tidy fmt vet lint .PHONY: tidy #HELP Run go mod tidy. tidy: