From 6ac3e90ce464c5936f5df725dcfc0acd874bb8b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 02:08:51 +0000 Subject: [PATCH] Update dependency upbound/uptest to v0.10.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d32f3f44b8..81fa8467c8 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ export SUBPACKAGES := $(SUBPACKAGES) KIND_VERSION = v0.15.0 UP_VERSION = v0.20.0 UP_CHANNEL = stable -UPTEST_VERSION = v0.8.0 +UPTEST_VERSION = v0.10.0 export UP_VERSION := $(UP_VERSION) export UP_CHANNEL := $(UP_CHANNEL)