Skip to content

Commit d6b3440

Browse files
authored
Merge pull request #3125 from valdar/fixScripts
🌱 fix: make test fails with make: *** [Makefile:73: test] Error 1
2 parents 9024933 + a5bc008 commit d6b3440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/apidiff.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ source $(dirname ${BASH_SOURCE})/common.sh
2323
REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
2424
cd "${REPO_ROOT}"
2525

26-
export GOTOOLCHAIN="go$(make go-version)"
26+
export GOTOOLCHAIN="go$(make --silent go-version)"
2727

2828
header_text "verifying api diff"
2929
echo "*** Running go-apidiff ***"

hack/check-everything.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ source ${hack_dir}/common.sh
2424
tmp_root=/tmp
2525
kb_root_dir=$tmp_root/kubebuilder
2626

27-
export GOTOOLCHAIN="go$(make go-version)"
27+
export GOTOOLCHAIN="go$(make --silent go-version)"
2828

2929
# Run verification scripts.
3030
${hack_dir}/verify.sh

0 commit comments

Comments
 (0)