Skip to content

Commit

Permalink
update to golang 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwoodsmall committed Aug 2, 2024
1 parent e9aa0f5 commit b9f1f3f
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.22.4"}
: ${gover:="1.22.5"}
gomajver="${gover%%.*}"
gominver="${gover#*.}"
gominver="${gominver%%.*}"
: ${gofilesha256:="fed720678e728a7ca30ba8d1ded1caafe27d16028fab0232b8ba8e22008fb784"}
: ${gofilesha256:="ac9c723f224969aee624bc34fd34c9e13f2a212d75c71c807de644bb46e112f6"}
godir="go${gover}"
gofile="go${gover}.src.tar.gz"
gofilesha256sums["${gofile}"]="${gofilesha256}"
Expand Down

0 comments on commit b9f1f3f

Please sign in to comment.