summaryrefslogtreecommitdiffstats
path: root/roles/go/meta/argument_specs.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-02 19:25:26 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-02 19:25:26 +0200
commitbcfbf44b501281ba9db8c6cfb0da08c169c770aa (patch)
tree66589d44a29033692382ea635fa0f443ccb2cb3d /roles/go/meta/argument_specs.yml
parente1d3cc942662a132d8a86d3211857ab5e92d296e (diff)
Update the go role to handle default to latest
Diffstat (limited to 'roles/go/meta/argument_specs.yml')
-rw-r--r--roles/go/meta/argument_specs.yml5
1 files changed, 3 insertions, 2 deletions
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: []