Skip to content

Commit

Permalink
Merge pull request #202 from travis-ci/go1718
Browse files Browse the repository at this point in the history
Add go 1.17 and 1.18
  • Loading branch information
r-arek committed Jun 17, 2022
2 parents 31ad563 + da2f77c commit 3f3a9dc
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 3f3a9dc

Please sign in to comment.