From 70962a174f7c39a01ca014fe78f60a9ddb765ff8 Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Wed, 8 Apr 2026 13:20:33 +0300 Subject: [PATCH] feat: add e2e-minishift Makefile target and workflow job Signed-off-by: Hristo Hristov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 950400a8..6ac81150 100644 --- a/Makefile +++ b/Makefile @@ -521,7 +521,7 @@ ct: $(call go-install-tool,$(CT),github.com/$(CT_LOOKUP)/v3/ct@$(CT_VERSION)) MINC:= $(LOCALBIN)/minc -MINC_VERSION := v0.1.0 +MINC_VERSION := 573415ebe9bb0dcb24f682763f5d8c238e62d694 # https://github.com/minc-org/minc/pull/57 MINC_LOOKUP := minc-org/minc minc: echo "Installing minc to $(MINC)" && \