Skip to content

Commit

Permalink
Add go 1.17 and 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-mazur committed Jun 17, 2022
1 parent 31ad563 commit da2f77c
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.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")
local versions=("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")

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

0 comments on commit da2f77c

Please sign in to comment.