From 0eb793d6815e608fa4ab43533402c933b64a91b3 Mon Sep 17 00:00:00 2001 From: Tomas Nozicka Date: Mon, 14 Sep 2020 16:25:15 +0200 Subject: [PATCH] UPSTREAM: : Fix rpm golang version --- openshift.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift.spec b/openshift.spec index e5ebdfceb54c8..c6695f46fd98a 100644 --- a/openshift.spec +++ b/openshift.spec @@ -6,7 +6,7 @@ %global gopath %{_datadir}/gocode %global import_path k8s.io/kubernetes -%global golang_version 1.14 +%global golang_version 1.15 %{!?commit: # DO NOT MODIFY: the value on the line below is sed-like replaced by openshift/doozer