mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
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:
parent
b6179ac7b9
commit
979e3e0dd5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user