Upgrade Go version from 1.24 to 1.25

This commit is contained in:
Philip O'Toole
2025-08-31 15:50:36 -04:00
committed by GitHub
parent 636c2cc2a8
commit 40906f7847

View File

@@ -9,8 +9,8 @@ apt-get install -y curl git bison make mercurial
# Go
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
source ~/.gvm/scripts/gvm
gvm install go1.24
gvm use go1.24
gvm install go1.25
gvm use go1.25
# rqlite
mkdir -p rqlite