We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9024933 + a5bc008 commit d6b3440Copy full SHA for d6b3440
hack/apidiff.sh
@@ -23,7 +23,7 @@ source $(dirname ${BASH_SOURCE})/common.sh
23
REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
24
cd "${REPO_ROOT}"
25
26
-export GOTOOLCHAIN="go$(make go-version)"
+export GOTOOLCHAIN="go$(make --silent go-version)"
27
28
header_text "verifying api diff"
29
echo "*** Running go-apidiff ***"
hack/check-everything.sh
@@ -24,7 +24,7 @@ source ${hack_dir}/common.sh
tmp_root=/tmp
kb_root_dir=$tmp_root/kubebuilder
# Run verification scripts.
30
${hack_dir}/verify.sh
0 commit comments