Skip to content

Commit

Permalink
add: go 20
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz authored Feb 18, 2023
1 parent 64cca71 commit 32d0d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mustache
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ printf "Welcome to ${IBlue}Golang Mustache${color_off} ...\n\n"
printf "Which Go version do you use?\n"

# available go versions
go_version_options=("1.15" "1.16" "1.17" "1.18" "1.19")
go_version_options=("1.15" "1.16" "1.17" "1.18" "1.19" "1.20")

# get go version
select_opt "${go_version_options[@]}"
Expand Down

0 comments on commit 32d0d92

Please sign in to comment.