Remove KUBE_GO_PACKAGE

Almost nobody should need it, and if you do, it should be an immediate
smell.
This commit is contained in:
Tim Hockin
2024-01-07 12:08:17 -08:00
parent 5a96a56c80
commit 965341390f
2 changed files with 1 additions and 2 deletions

View File

@@ -16,8 +16,6 @@
# shellcheck disable=SC2034 # Variables sourced in other scripts.
# The golang package that we are building.
readonly KUBE_GO_PACKAGE=k8s.io/kubernetes
readonly KUBE_GOPATH="${KUBE_GOPATH:-"${KUBE_OUTPUT}/go"}"
export KUBE_GOPATH