Skip to content

Commit 78c0018

Browse files
authored
fix make verify (kubernetes#115871)
1 parent 7e40d6d commit 78c0018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-conformance-requirements.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cd "${KUBE_ROOT}"
3232

3333
errors=()
3434
# Check conformance tests follow the requirements as https://git.k8s.io/community/contributors/devel/sig-architecture/conformance-tests.md#conformance-test-requirements
35-
if ! failedLint=$(go run "${KUBE_ROOT}"/hack/conformance/check_conformance_test_requirements.go "${KUBE_ROOT}"/test/e2e/)
35+
if ! failedLint=$(GO111MODULE=on GOPROXY=off go run hack/conformance/check_conformance_test_requirements.go "${KUBE_ROOT}"/test/e2e/)
3636
then
3737
errors+=( "${failedLint}" )
3838
fi

0 commit comments

Comments
 (0)