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 <saugustus@vmware.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user