Skip to content

Commit

Permalink
Merge pull request #183 from fsouza/bootstrap-go-1.14
Browse files Browse the repository at this point in the history
Use Go 1.14 for bootstrapping
  • Loading branch information
tianon authored Mar 4, 2020
2 parents 7e45d16 + c867eab commit 4d1d725
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 @@ -285,7 +285,7 @@ _extract() {

# _setup_bootstrap
_setup_bootstrap() {
local versions=("1.13" "1.12" "1.11" "1.10" "1.9" "1.8" "1.7" "1.6" "1.5" "1.4")
local versions=("1.14" "1.13" "1.12" "1.11" "1.10" "1.9" "1.8" "1.7" "1.6" "1.5" "1.4")

# try existing
for v in "${versions[@]}"; do
Expand Down

0 comments on commit 4d1d725

Please sign in to comment.