Skip to content

Commit 8490bb8

Browse files
committed
update gimme to latest
travis-ci/gimme@288eaa6
1 parent 7dfedb7 commit 8490bb8

File tree

1 file changed

+2
-2
lines changed
  • hack/third_party/gimme

1 file changed

+2
-2
lines changed

hack/third_party/gimme/gimme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)