Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
ad30a8307f
commit
f418990e84
85 changed files with 3520 additions and 2 deletions
13
roles/golang/meta/argument_specs.yml
Normal file
13
roles/golang/meta/argument_specs.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
argument_specs:
|
||||
main:
|
||||
short_description: Install Go
|
||||
description:
|
||||
- Install [Go](https://go.dev/).
|
||||
author:
|
||||
- jriou
|
||||
options:
|
||||
golang_version:
|
||||
description:
|
||||
- Version to install.
|
||||
default: 1.25.4
|
||||
Loading…
Add table
Add a link
Reference in a new issue