Skip to content

Commit

Permalink
Merge pull request #20 from amirhnajafiz/19-go-20
Browse files Browse the repository at this point in the history
add: go 20
  • Loading branch information
amirhnajafiz authored Feb 18, 2023
2 parents 64cca71 + 32d0d92 commit fc167f3
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 fc167f3

Please sign in to comment.