diff --git a/scripts/devenv-builder/configure-vm.sh b/scripts/devenv-builder/configure-vm.sh index 3533ba3259..580badb018 100755 --- a/scripts/devenv-builder/configure-vm.sh +++ b/scripts/devenv-builder/configure-vm.sh @@ -250,7 +250,7 @@ function install_build_deps() { # run only if booted with systemd [[ -d /run/systemd/system ]] && sudo systemctl enable --now cockpit.socket - GO_VER=1.24.4 + GO_VER=1.25.13 GO_ARCH=$([ "$(uname -m)" == "x86_64" ] && echo "amd64" || echo "arm64") GO_INSTALL_DIR="/usr/local/go${GO_VER}" if [ ! -d "${GO_INSTALL_DIR}" ]; then