diff --git a/ci-operator/config/stolostron/mtv-integrations/stolostron-mtv-integrations-main.yaml b/ci-operator/config/stolostron/mtv-integrations/stolostron-mtv-integrations-main.yaml index bbd285f17266c..7860d849409e5 100644 --- a/ci-operator/config/stolostron/mtv-integrations/stolostron-mtv-integrations-main.yaml +++ b/ci-operator/config/stolostron/mtv-integrations/stolostron-mtv-integrations-main.yaml @@ -31,6 +31,7 @@ tests: export SELF="make -f /opt/build-harness/Makefile.prow" export HOME="/tmp" export XDG_CACHE_HOME="/tmp/.cache" + export GOCACHE="/tmp/.cache/go-build" export JAVA_TOOL_OPTIONS="-Duser.home=/tmp" make -f /opt/build-harness/Makefile.prow sonar/go/prow container: @@ -44,6 +45,7 @@ tests: export SELF="make -f /opt/build-harness/Makefile.prow" export HOME="/tmp" export XDG_CACHE_HOME="/tmp/.cache" + export GOCACHE="/tmp/.cache/go-build" export JAVA_TOOL_OPTIONS="-Duser.home=/tmp" make -f /opt/build-harness/Makefile.prow sonar/go/prow container: