From 9cd125efb0cf103876b34862c8648880b9217105555b060c9817d270e3bcdcce Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Tue, 10 Dec 2019 09:32:29 +0000 Subject: [PATCH] Requires go >= 1.12 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=95 --- cf-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf-cli.spec b/cf-cli.spec index 6508ca3..54e2d2f 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -47,7 +47,7 @@ Source2: cf-cli-rpmlintrc %if 0%{?_test} BuildRequires: %{short_name} = %{version} %else -BuildRequires: go >= 1.10.0 +BuildRequires: go >= 1.12.0 BuildRequires: golang-packaging BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build