From abdc2b0629689f64b3178c9e4058cb343e7c914d Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Mon, 29 Apr 2024 12:34:52 +0200 Subject: [PATCH] Switch static checks to Fedora 40 The latest and greatest release. [1] [1] https://fedoramagazine.org/announcing-fedora-linux-40/ --- tests/static-check/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/static-check/run.sh b/tests/static-check/run.sh index 7aefdf2c2b..a7159048fb 100755 --- a/tests/static-check/run.sh +++ b/tests/static-check/run.sh @@ -6,7 +6,7 @@ set -eE # include E so that create_image() failures bubble up to the surface trap "echo FAILURE" ERR if [ -z "$STATIC_CHECKS_FEDORA_VERSION" ]; then - default_f_ver="39" + default_f_ver="40" echo "No Fedora version for static checks specified, using the default (Fedora $default_f_ver)" BASE_IMG="fedora:$default_f_ver" STATIC_CHECKS_FEDORA_VERSION="$default_f_ver"