Skip to content

Commit

Permalink
Add support for GO 1.23, 1.22, 1.21, 1.20, 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
smokodon authored Sep 6, 2024
1 parent 3f3a9dc commit 288eaa6
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.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")
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")

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

0 comments on commit 288eaa6

Please sign in to comment.