From 979e3e0dd529bbcd0f0cdef22fc7f82f66ae48ce Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Mon, 23 Mar 2020 18:18:58 -0400 Subject: [PATCH] build/dependencies: Remove bazel WORKSPACE go_version check When supplying the go_download_sdk instead of updating rules_go, the go_version is removed, so we shouldn't check for it anymore in hack/verify-external-dependencies-version.sh. Without this, pull-kubernetes-verify jobs will fail. Signed-off-by: Stephen Augustus --- build/dependencies.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index ec46f6fbbf8..7efec51b8f0 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -35,8 +35,6 @@ dependencies: version: 1.13.9 refPaths: - path: build/build-image/cross/VERSION - - path: build/root/WORKSPACE - match: go_version - path: test/images/Makefile match: GOLANG_VERSION