From abd17aa7737047340ae67c9f3efeb7a3857eee06 Mon Sep 17 00:00:00 2001 From: Chris Suszynski Date: Mon, 22 Jul 2024 23:16:53 +0200 Subject: [PATCH] Set GOTOOLCHAIN=local --- images/prow-tests/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/prow-tests/Dockerfile b/images/prow-tests/Dockerfile index 7a241c686..63ccbaa62 100644 --- a/images/prow-tests/Dockerfile +++ b/images/prow-tests/Dockerfile @@ -196,6 +196,8 @@ ARG TOOLBOX_VERSION=cdf9cf656d1402c5c8ca558ef7f7b7ef2ff9093b # Disable CGO libs to avoid error with too old version in base image ENV CGO_ENABLED=0 +# Disable Go' toolchain operation, and stick to the version installed +ENV GOTOOLCHAIN=local # Extra tools through go install # These run using the golang image version of Go, not any defined by `gvm`