From 4521e03315ce8d995f83db54ec74fdccda12a84a Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez-Fernandez Date: Sun, 14 Apr 2024 21:28:04 -0700 Subject: [PATCH] fix golang version dependency --- libcap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcap.spec b/libcap.spec index 7955ee0..641742c 100644 --- a/libcap.spec +++ b/libcap.spec @@ -17,7 +17,7 @@ BuildRequires: glibc-static BuildRequires: gnupg2 %ifarch %{golang_arches} -BuildRequires: golang >= 1.11 +BuildRequires: golang >= 1.22 %endif %description