From bbe59a2a24be1413a84193e679a1f843a075491a Mon Sep 17 00:00:00 2001 From: Pierre Prinetti Date: Wed, 25 Aug 2021 09:58:04 +0200 Subject: [PATCH] Bug 1996783: Bump Go to v1.16 - fixup The file named `.ci-operator.yaml` governs which image is used in the OpenShift CI. This has to be updated as well. --- .ci-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 3a61bcb389..5b5cd20fdc 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: golang-1.13 + tag: golang-1.16