summaryrefslogtreecommitdiffstats
path: root/roles/go/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-15 18:03:02 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-15 18:03:02 +0200
commit3995eead6f1e79353547c8437ec2586adf7fd055 (patch)
tree1cd83658e7f0d9b9aaff62a2e9cc23e94c79f066 /roles/go/meta
parent4d7ca7973fb04abd73e800531c126a4c47b50379 (diff)
Refactor go role to simplify version management
Diffstat (limited to 'roles/go/meta')
-rw-r--r--roles/go/meta/argument_specs.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/roles/go/meta/argument_specs.yml b/roles/go/meta/argument_specs.yml
index 9468a5cd..03ef8608 100644
--- a/roles/go/meta/argument_specs.yml
+++ b/roles/go/meta/argument_specs.yml
@@ -4,12 +4,8 @@ argument_specs:
short_description: "Install Go (versions) on Linux distributions"
description: "Install Go (versions) on Linux distributions"
options:
- go_global_version:
- type: "str"
- description: "The go global version to use (latest when empty)"
- default: ""
go_versions:
type: "list"
- description: "The go versions to install (latest when empty)"
+ description: "The extra go versions to install (latest is used as version manager)"
elements: "str"
default: []