From a5bc008268afe30a41ce20e229875466257dadb3 Mon Sep 17 00:00:00 2001 From: Andrea Tarocchi Date: Wed, 19 Feb 2025 18:33:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20fix:=20make=20test=20fails=20wit?= =?UTF-8?q?h=20make:=20***=20[Makefile:73:=20test]=20Error=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hack/apidiff.sh | 2 +- hack/check-everything.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/apidiff.sh b/hack/apidiff.sh index ea2bc6a5a0..a15342d16a 100755 --- a/hack/apidiff.sh +++ b/hack/apidiff.sh @@ -23,7 +23,7 @@ source $(dirname ${BASH_SOURCE})/common.sh REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. cd "${REPO_ROOT}" -export GOTOOLCHAIN="go$(make go-version)" +export GOTOOLCHAIN="go$(make --silent go-version)" header_text "verifying api diff" echo "*** Running go-apidiff ***" diff --git a/hack/check-everything.sh b/hack/check-everything.sh index b05d4059af..562696c38d 100755 --- a/hack/check-everything.sh +++ b/hack/check-everything.sh @@ -24,7 +24,7 @@ source ${hack_dir}/common.sh tmp_root=/tmp kb_root_dir=$tmp_root/kubebuilder -export GOTOOLCHAIN="go$(make go-version)" +export GOTOOLCHAIN="go$(make --silent go-version)" # Run verification scripts. ${hack_dir}/verify.sh