diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-04 00:10:52 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-04 00:10:52 +0100 |
| commit | f3476b39c2154d7321ce04ebae3134b2b05c1223 (patch) | |
| tree | 95116ae2f6d14eb5fd72d761f1ad82763efc6d49 /roles/go/meta | |
| parent | a046d41c5a3c7d555d439d897d43c60344d6d3c2 (diff) | |
Refactor go role to use mise
Diffstat (limited to 'roles/go/meta')
| -rw-r--r-- | roles/go/meta/argument_specs.yml | 2 | ||||
| -rw-r--r-- | roles/go/meta/main.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/roles/go/meta/argument_specs.yml b/roles/go/meta/argument_specs.yml index 9943134f..3e518135 100644 --- a/roles/go/meta/argument_specs.yml +++ b/roles/go/meta/argument_specs.yml @@ -7,4 +7,4 @@ argument_specs: go_version: type: "str" description: "Default go version to install" - default: "1.25.3" + default: "latest" diff --git a/roles/go/meta/main.yml b/roles/go/meta/main.yml index d96d4509..9990d138 100644 --- a/roles/go/meta/main.yml +++ b/roles/go/meta/main.yml @@ -1,9 +1,9 @@ --- dependencies: - - role: "bash" + - role: "mise" galaxy_info: author: "a14m" - description: "Install Go (versions) on Linux distributions" + description: "Install Go via mise on Linux distributions" license: "MIT" min_ansible_version: "2.18" platforms: |
