diff --git a/conmon.changes b/conmon.changes index f5b40f5..60ddab7 100644 --- a/conmon.changes +++ b/conmon.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 28 16:02:58 UTC 2023 - Valentin Lefebvre + +- go 1.19 EOL, swith to go >= 1.20 + * [bsc#1215806] + ------------------------------------------------------------------- Wed Sep 6 05:41:47 UTC 2023 - Danish Prakash diff --git a/conmon.spec b/conmon.spec index 755e238..5acb563 100644 --- a/conmon.spec +++ b/conmon.spec @@ -25,7 +25,7 @@ Group: System/Management URL: https://github.com/containers/conmon Source0: %{name}-%{version}.tar.xz BuildRequires: pkgconfig -BuildRequires: golang(API) = 1.19 +BuildRequires: golang(API) >= 1.20 BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libseccomp) BuildRequires: pkgconfig(libsystemd)