From b37cd32ebeafd6e8e35ddcc3c0037ce81255ebb8 Mon Sep 17 00:00:00 2001 From: Pablo Acevedo Montserrat Date: Thu, 17 Sep 2026 14:05:41 +0200 Subject: [PATCH] Update go to 1.25 --- scripts/devenv-builder/configure-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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