summaryrefslogtreecommitdiffstats
path: root/roles/go/meta/argument_specs.yml
blob: 9943134f4443a75d7f1a9d9ed052d5ab9b7a540f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
argument_specs:
  main:
    short_description: "Install Go on Linux distributions"
    description: "Install Go on Linux distributions"
    options:
      go_version:
        type: "str"
        description: "Default go version to install"
        default: "1.25.3"