Skip to content

Commit

Permalink
Merge pull request #3125 from valdar/fixScripts
Browse files Browse the repository at this point in the history
🌱 fix: make test fails with make: *** [Makefile:73: test] Error 1
  • Loading branch information
k8s-ci-robot authored Feb 22, 2025
2 parents 9024933 + a5bc008 commit d6b3440
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 d6b3440

Please sign in to comment.