From 32d0d92c2626b1b116ed2a157d9f4038f223913a Mon Sep 17 00:00:00 2001 From: "AmirH.Najafizadeh" Date: Sat, 18 Feb 2023 11:47:13 +0330 Subject: [PATCH] add: go 20 --- bin/mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mustache b/bin/mustache index 62b2b64..db78e29 100755 --- a/bin/mustache +++ b/bin/mustache @@ -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[@]}"