We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035f2bd commit 3f1fa7fCopy full SHA for 3f1fa7f
scripts/version.sh
@@ -66,8 +66,7 @@ VERSION_ROOT="v0.15.0"
66
67
VERSION_HELM_JOB="v0.9.14-build20260309"
68
69
-DEPENDENCIES_URL="https://raw.githubusercontent.com/kubernetes/kubernetes/${VERSION_K8S}/build/dependencies.yaml"
70
-VERSION_GOLANG="go"$(curl -sL "${DEPENDENCIES_URL}" | yq e '.dependencies[] | select(.name == "golang: upstream version").version' -)
+VERSION_GOLANG="go"$(curl -sL "https://raw.githubusercontent.com${PKG_KUBERNETES_K3S/github.com/}/refs/tags/${VERSION_K8S}/.go-version")
71
72
if [[ -n "$GIT_TAG" ]]; then
73
if [[ ! "$GIT_TAG" =~ ^"$VERSION_K8S"[+-] ]]; then
0 commit comments