We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f33bb7 commit 5380f69Copy full SHA for 5380f69
ci/prow/lint
@@ -5,7 +5,7 @@ set -euxo pipefail
5
# Generate code and compare with the current source.
6
# Fail with a diff if some files are outdated.
7
go install github.com/golang/mock/[email protected]
8
-PATH="${PATH}:${HOME}/go/bin" make generate
+PATH="${PATH}:${GOPATH}/bin" make generate
9
10
if ! git diff --exit-code; then
11
echo "Changes detected"
0 commit comments