From 8c712ed88b3f7dc18f1a1cc8e723076ab47dca124753cf7b5cb2663db83ebcb8 Mon Sep 17 00:00:00 2001 From: Jeff Mahoney Date: Mon, 18 Dec 2023 20:31:47 +0000 Subject: [PATCH] revert: - go.mod asks for go 1.18, so we don't need to require go 1.19 OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=57 --- velociraptor.changes | 5 ----- velociraptor.spec | 6 +++--- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/velociraptor.changes b/velociraptor.changes index 37136dd..a63f14d 100644 --- a/velociraptor.changes +++ b/velociraptor.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Mon Dec 18 20:12:40 UTC 2023 - Jeff Mahoney - -- go.mod asks for go 1.18, so we don't need to require go 1.19 - ------------------------------------------------------------------- Fri Dec 15 22:35:01 UTC 2023 - Jeff Mahoney diff --git a/velociraptor.spec b/velociraptor.spec index 149f4c9..63dc4b2 100644 --- a/velociraptor.spec +++ b/velociraptor.spec @@ -986,16 +986,16 @@ BuildRequires: fileb0x %if 0%{?suse_version} BuildRequires: golang-packaging BuildRequires: systemd-rpm-macros -BuildRequires: golang(API) >= 1.18 +BuildRequires: golang(API) >= 1.19 BuildRequires: pkgconfig(libsystemd) %endif %if "%{_vendor}" == "debbuild" -BuildRequires: golang >= 2:1.18~0 +BuildRequires: golang >= 2:1.19~0 BuildRequires: libsystemd-dev BuildRequires: pkg-config %endif %if 0%{?rhel} -BuildRequires: golang >= 1.18 +BuildRequires: golang >= 1.19 BuildRequires: python3 BuildRequires: systemd-devel BuildRequires: pkgconfig(libsystemd)