From bcfbf44b501281ba9db8c6cfb0da08c169c770aa Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 2 Sep 2025 19:25:26 +0200 Subject: Update the go role to handle default to latest --- roles/go/meta/argument_specs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'roles/go/meta') diff --git a/roles/go/meta/argument_specs.yml b/roles/go/meta/argument_specs.yml index 4f8cebe7..f0eea1bc 100644 --- a/roles/go/meta/argument_specs.yml +++ b/roles/go/meta/argument_specs.yml @@ -4,9 +4,10 @@ argument_specs: options: go_global_version: type: "str" - description: "The go global version to use" + description: "The go global version to use (latest when empty)" + default: "" go_versions: type: "list" - description: "The go versions to install" + description: "The go versions to install (latest when empty)" elements: "str" default: [] -- cgit v1.2.3