From 533b98d44d9954d35e90b41ba5b5f1110e804ec3 Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Tue, 28 Feb 2023 09:03:30 -0500 Subject: Fix handling of no data in platform EOL checks. (#14617) Also, re-enable EOL checking for Debian. --- .github/data/distros.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/data') diff --git a/.github/data/distros.yml b/.github/data/distros.yml index e4061e16c1..72dd6ab79c 100644 --- a/.github/data/distros.yml +++ b/.github/data/distros.yml @@ -92,7 +92,7 @@ include: distro: debian version: "12" base_image: debian:bookworm - eol_check: false + eol_check: true env_prep: | apt-get update jsonc_removal: | -- cgit v1.2.3