build: add support for ubuntu 25.04 (#31666)

This commit is contained in:
ericxtheodore 2025-08-26 15:29:29 +08:00 committed by GitHub
parent 8c58f4920d
commit 27d4a10185
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.