From def0270a79c7f63435613f8f29ed5e731503d0ea Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Tue, 4 Apr 2023 15:58:16 +0200 Subject: [PATCH] UPSTREAM: : Force using the go tooling from the system --- openshift-hack/lib/init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openshift-hack/lib/init.sh b/openshift-hack/lib/init.sh index 7dc42e3ebc947..00321b0ff7137 100755 --- a/openshift-hack/lib/init.sh +++ b/openshift-hack/lib/init.sh @@ -63,3 +63,6 @@ fi if [[ -n "${JUNIT_REPORT:-}" ]]; then export JUNIT_REPORT_OUTPUT="${LOG_DIR}/raw_test_output.log" fi + +# Use the go version from the system +export FORCE_HOST_GO=1