Skip to content

Commit

Permalink
Merge pull request #1531 from soltysh/force_host_go_412
Browse files Browse the repository at this point in the history
OCPBUGS-11166: UPSTREAM: <carry>: Force using the go tooling from the system
  • Loading branch information
openshift-merge-robot committed Apr 6, 2023
2 parents db63dbe + def0270 commit 27e744f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openshift-hack/lib/init.sh
Expand Up @@ -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

0 comments on commit 27e744f

Please sign in to comment.