From fe96366eba29f3e7e4f23b0daecc0650d73f772f Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 24 May 2023 09:14:18 +0000 Subject: [PATCH] feat: support Debian 12 Bookworm --- .github/workflows/ubuntu.yml | 3 ++- distro/debian/debian.go | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 33ceb2e..a986161 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -113,7 +113,8 @@ jobs: { distro: Debian, release: 8 }, { distro: Debian, release: 9 }, { distro: Debian, release: 10 }, - { distro: Debian, release: 11 } + { distro: Debian, release: 11 }, + { distro: Debian, release: 12 } ] steps: diff --git a/distro/debian/debian.go b/distro/debian/debian.go index 31e255c..ed5961b 100644 --- a/distro/debian/debian.go +++ b/distro/debian/debian.go @@ -24,6 +24,7 @@ func init() { Stretch, Buster, Bullseye, + Bookworm, } for _, release := range releases {