From bd18df983267839d0181a0bbea75180acd9885c2 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Fri, 29 Nov 2019 16:23:05 +0100 Subject: [PATCH] Raise golang dependency to >= 1.11 --- icingadb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icingadb.spec b/icingadb.spec index 7d97c7f..0d716a5 100644 --- a/icingadb.spec +++ b/icingadb.spec @@ -7,7 +7,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global golang_min_version 1.10 +%global golang_min_version 1.11 %if "%{_vendor}" == "suse" %global golang_pkg go -- GitLab