File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ _extract() {
285285
286286# _setup_bootstrap
287287_setup_bootstrap () {
288- local versions=(" 1.14" " 1.13" " 1.12" " 1.11" " 1.10" " 1.9" " 1.8" " 1.7" " 1.6" " 1.5" " 1.4" )
288+ local versions=(" 1.23 " " 1.22 " " 1.21 " " 1.20 " " 1.19 " " 1.18 " " 1.17 " " 1.16 " " 1.15 " " 1. 14" " 1.13" " 1.12" " 1.11" " 1.10" " 1.9" " 1.8" " 1.7" " 1.6" " 1.5" " 1.4" )
289289
290290 # try existing
291291 for v in " ${versions[@]} " ; do
@@ -785,7 +785,7 @@ _to_goarch() {
785785: " ${GIMME_GO_GIT_REMOTE:= https:// github.com/ golang/ go.git} "
786786: " ${GIMME_TYPE:= auto} " # 'auto', 'binary', 'source', or 'git'
787787: " ${GIMME_BINARY_OSX:= osx10.8} "
788- : " ${GIMME_DOWNLOAD_BASE:= https:// storage.googleapis .com/ golang } "
788+ : " ${GIMME_DOWNLOAD_BASE:= https:// dl.google .com/ go } "
789789: " ${GIMME_LIST_KNOWN:= https:// golang.org/ dl} "
790790: " ${GIMME_KNOWN_CACHE_MAX:= 10800} "
791791
You can’t perform that action at this time.
0 commit comments