Skip to content

Commit

Permalink
update to golang 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwoodsmall committed Sep 5, 2024
1 parent d1529d0 commit cd78a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap-static/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit cd78a87

Please sign in to comment.