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.
1 parent 4508cbd commit 32a0365Copy full SHA for 32a0365
Makefile
@@ -120,7 +120,7 @@ tools/bin/%: ${TOOLS_DIR}/go.mod ${TOOLS_DIR}/go.sum
120
for t in ${TOOLS}; do \
121
if [ -z '$*' ] || [ $$(basename $$t) = '$*' ]; then \
122
echo "Install $$t ..." >&2; \
123
- GOBIN=${TOOLS_BIN} CGO_ENABLED=0 go install -v -mod=mod ${GO_FLAGS} "$${t}"; \
+ GOBIN=${TOOLS_BIN} CGO_ENABLED=0 go install -mod=mod ${GO_FLAGS} "$${t}"; \
124
fi \
125
done
126
0 commit comments