Skip to content

Commit

Permalink
update golang to 1.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwoodsmall committed Jan 17, 2024
1 parent c5aaa84 commit fd60dd4
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 @@ -63,11 +63,11 @@ gobs1filesha256="ccf36b53fb0024a017353c3ddb22c1f00bc7a8073c6aac79042da24ee34434d
gofilesha256sums["${gobs1file}"]="${gobs1filesha256}"

# go intermediate and final build verison
: ${gover:="1.21.5"}
: ${gover:="1.21.6"}
gomajver="${gover%%.*}"
gominver="${gover#*.}"
gominver="${gominver%%.*}"
: ${gofilesha256:="285cbbdf4b6e6e62ed58f370f3f6d8c30825d6e56c5853c66d3c23bcdb09db19"}
: ${gofilesha256:="124926a62e45f78daabbaedb9c011d97633186a33c238ffc1e25320c02046248"}
godir="go${gover}"
gofile="go${gover}.src.tar.gz"
gofilesha256sums["${gofile}"]="${gofilesha256}"
Expand Down

0 comments on commit fd60dd4

Please sign in to comment.