Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 0be8419

Browse files
committed
Troubleshoot script failure
1 parent e689678 commit 0be8419

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ci/check_go_lint.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
set -euo pipefail
55

6-
if ! command -v golint >/dev/null; then
7-
echo "error: golint not found; go get -u golang.org/x/lint/golint" >&2
8-
exit 1
9-
fi
10-
116
GOLINT_OUTPUT=$(IFS=$'\n'; golint ./... | grep -v "mockgen/internal/.*\|sample/.*")
127
if [[ -n "${GOLINT_OUTPUT}" ]]; then
138
echo "${GOLINT_OUTPUT}"

0 commit comments

Comments
 (0)