From a7dc1749defe3b965051877e998bfc0a664059f6 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Mon, 16 May 2022 11:05:19 -0700 Subject: python: bug fix when version = none (#14) * python: bug fix * add missing "none" proposal * nit --- src/go/feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/go') diff --git a/src/go/feature.json b/src/go/feature.json index 0f8c6db..387839e 100644 --- a/src/go/feature.json +++ b/src/go/feature.json @@ -4,7 +4,7 @@ "options": { "version": { "type": "string", - "proposals": ["latest", "1.18", "1.17"], + "proposals": ["latest", "none", "1.18", "1.17"], "default": "latest", "description": "Select or enter a Go version to install" } -- cgit v1.2.3