Skip to content

Commit

Permalink
update golang to 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwoodsmall committed Apr 12, 2023
1 parent 41365d7 commit 5cb637e
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 @@ -55,11 +55,11 @@ gobs1file="go${gobs1ver}.src.tar.gz"
gobs1filesha256="d7f0013f82e6d7f862cc6cb5c8cdb48eef5f2e239b35baa97e2f1a7466043767"

# go intermediate and final build verison
: ${gover:="1.20.2"}
: ${gover:="1.20.3"}
gomajver="${gover%%.*}"
gominver="${gover#*.}"
gominver="${gominver%%.*}"
: ${gofilesha256:="4d0e2850d197b4ddad3bdb0196300179d095bb3aefd4dfbc3b36702c3728f8ab"}
: ${gofilesha256:="e447b498cde50215c4f7619e5124b0fc4e25fb5d16ea47271c47f278e7aa763a"}
godir="go${gover}"
gofile="go${gover}.src.tar.gz"

Expand Down

0 comments on commit 5cb637e

Please sign in to comment.