From 5461c3e1c1b70f656e5b2cee495020b2e484fee1 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Mon, 11 Mar 2024 09:41:33 -0700 Subject: [PATCH] Bump k3s-root Signed-off-by: Derek Nola --- scripts/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.sh b/scripts/version.sh index 986603e835..84957bf66d 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -76,7 +76,7 @@ if [ -z "$VERSION_KUBE_ROUTER" ]; then VERSION_KUBE_ROUTER="v0.0.0" fi -VERSION_ROOT="v0.12.2" +VERSION_ROOT="v0.13.0" DEPENDENCIES_URL="https://raw.githubusercontent.com/kubernetes/kubernetes/${VERSION_K8S}/build/dependencies.yaml" VERSION_GOLANG="go"$(curl -sL "${DEPENDENCIES_URL}" | yq e '.dependencies[] | select(.name == "golang: upstream version").version' -)