From cd78a8748ef16bd793d40a97131349d80bdd648c Mon Sep 17 00:00:00 2001 From: ryanwoodsmall Date: Thu, 5 Sep 2024 12:18:56 -0500 Subject: [PATCH] update to golang 1.23.1 --- bootstrap-static/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap-static/build.sh b/bootstrap-static/build.sh index c59baee..bacecec 100755 --- a/bootstrap-static/build.sh +++ b/bootstrap-static/build.sh @@ -69,11 +69,11 @@ gobs2filesha256="42aee9bf2b6956c75a7ad6aa3f0a51b5821ffeac57f5a2e733a2d6eae1e6d9d gofilesha256sums["${gobs2file}"]="${gobs2filesha256}" # go intermediate and final build verison -: ${gover:="1.23.0"} +: ${gover:="1.23.1"} gomajver="${gover%%.*}" gominver="${gover#*.}" gominver="${gominver%%.*}" -: ${gofilesha256:="42b7a8e80d805daa03022ed3fde4321d4c3bf2c990a144165d01eeecd6f699c6"} +: ${gofilesha256:="6ee44e298379d146a5e5aa6b1c5b5d5f5d0a3365eabdd70741e6e21340ec3b0d"} godir="go${gover}" gofile="go${gover}.src.tar.gz" gofilesha256sums["${gofile}"]="${gofilesha256}"