From 27d4a10185b0e702fbe67439b331f63ee0dc1912 Mon Sep 17 00:00:00 2001 From: ericxtheodore Date: Tue, 26 Aug 2025 15:29:29 +0800 Subject: [PATCH] build: add support for ubuntu 25.04 (#31666) --- build/ci.go | 1 + 1 file changed, 1 insertion(+) diff --git a/build/ci.go b/build/ci.go index df2b973a3a..3856f32925 100644 --- a/build/ci.go +++ b/build/ci.go @@ -124,6 +124,7 @@ var ( "jammy", // 22.04, EOL: 04/2032 "noble", // 24.04, EOL: 04/2034 "oracular", // 24.10, EOL: 07/2025 + "plucky", // 25.04, EOL: 01/2026 } // This is where the tests should be unpacked.