From 913a347d5bda6916fe64753ba18fe68d6b04bbf5 Mon Sep 17 00:00:00 2001 From: Pawel Szymaszek Date: Thu, 18 Dec 2025 11:50:38 +0100 Subject: [PATCH] automated: linux: torizon: integration: update staging-spire version Drop depracated staging-spire 0.3.4 version and use newest 0.3.10 instead. Signed-off-by: Pawel Szymaszek --- automated/linux/torizon/integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/linux/torizon/integration-tests.sh b/automated/linux/torizon/integration-tests.sh index 99a824178..097ed08c0 100755 --- a/automated/linux/torizon/integration-tests.sh +++ b/automated/linux/torizon/integration-tests.sh @@ -21,7 +21,7 @@ if test -f "${lava_test_dir}/secrets"; then fi # Determine the appropriate packages for the architecture -SPIRE_VERSION="0.3.4" +SPIRE_VERSION="0.3.10" GECKO_VERSION="v0.36.0" UV_VERSION="0.9.4"