From a1b4c6a10e31fb3d3dc557433645d2599414fff8d6ccd45a7e6dae50c2e48ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Fri, 29 Sep 2023 06:23:47 +0000 Subject: [PATCH] Accepting request 1114120 from home:vlefebvre:branches:devel:microos go1.19 is EOL, swith to go>=1.20 [bsc#1215806] OBS-URL: https://build.opensuse.org/request/show/1114120 OBS-URL: https://build.opensuse.org/package/show/devel:microos/conmon?expand=0&rev=19 --- conmon.changes | 6 ++++++ conmon.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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)