From 41766f7c799b7ce61af534c498f906660c5e827dce460a4390f84666bcef2474 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Fri, 3 Nov 2023 09:20:45 +0000 Subject: [PATCH] Accepting request 1123150 from home:ojkastl_buildservice:Branch_devel_kubic BuildRequire go1.21 OBS-URL: https://build.opensuse.org/request/show/1123150 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/grype?expand=0&rev=80 --- grype.changes | 5 +++++ grype.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/grype.changes b/grype.changes index af0bfbe..52a584e 100644 --- a/grype.changes +++ b/grype.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 3 09:14:08 UTC 2023 - Johannes Kastl + +- BuildRequire go1.21 + ------------------------------------------------------------------- Sat Oct 21 18:17:32 UTC 2023 - kastl@b1-systems.de diff --git a/grype.spec b/grype.spec index c82578a..cd4be60 100644 --- a/grype.spec +++ b/grype.spec @@ -26,7 +26,7 @@ License: Apache-2.0 URL: https://github.com/anchore/grype Source: grype-%{version}.tar.gz Source1: vendor.tar.gz -BuildRequires: go >= 1.18 +BuildRequires: go >= 1.21 %description A vulnerability scanner for container images and filesystems. Easily install the binary to try it out. Works with Syft, the powerful SBOM (software bill of materials) tool for container images and filesystems.