Skip to content

Commit 3f3a9dc

Browse files
authored
Merge pull request #202 from travis-ci/go1718
Add go 1.17 and 1.18
2 parents 31ad563 + da2f77c commit 3f3a9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gimme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ _extract() {
285285

286286
# _setup_bootstrap
287287
_setup_bootstrap() {
288-
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")
288+
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")
289289

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

0 commit comments

Comments
 (0)