Skip to content

Commit

Permalink
🌱 kubernetes-sigs#3124: make test fails with make: *** [Makefile:73: …
Browse files Browse the repository at this point in the history
…test] Error 1
  • Loading branch information
valdar committed Feb 19, 2025
1 parent 6f61111 commit f277d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/apidiff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***"
Expand Down
2 changes: 1 addition & 1 deletion hack/check-everything.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f277d86

Please sign in to comment.