Skip to content

Commit

Permalink
Merge pull request #197 from JulesDT/julesdt/change_download_base
Browse files Browse the repository at this point in the history
replace the GIMME_DOWNLOAD_BASE URL
  • Loading branch information
tianon committed Apr 19, 2021
2 parents 8874163 + fea0c16 commit 31ad563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gimme
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ _to_goarch() {
: "${GIMME_GO_GIT_REMOTE:=https://github.com/golang/go.git}"
: "${GIMME_TYPE:=auto}" # 'auto', 'binary', 'source', or 'git'
: "${GIMME_BINARY_OSX:=osx10.8}"
: "${GIMME_DOWNLOAD_BASE:=https://storage.googleapis.com/golang}"
: "${GIMME_DOWNLOAD_BASE:=https://dl.google.com/go}"
: "${GIMME_LIST_KNOWN:=https://golang.org/dl}"
: "${GIMME_KNOWN_CACHE_MAX:=10800}"

Expand Down

0 comments on commit 31ad563

Please sign in to comment.