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:
Stephen Augustus 2020-03-23 18:18:58 -04:00
parent b6179ac7b9
commit 979e3e0dd5

View File

@ -35,8 +35,6 @@ dependencies:
version: 1.13.9 version: 1.13.9
refPaths: refPaths:
- path: build/build-image/cross/VERSION - path: build/build-image/cross/VERSION
- path: build/root/WORKSPACE
match: go_version
- path: test/images/Makefile - path: test/images/Makefile
match: GOLANG_VERSION match: GOLANG_VERSION