zuul-jobs/roles/ensure-go/vars/main.yaml
vass 6dabffe402 Rename install-go to ensure-go for consistency
The old role will be kept and include ensure-go for backwards-compatability.

Change-Id: I4e6345563817057a6c47c124b9ec8b0c62b057d6
2020-04-06 21:10:11 +02:00

7 lines
143 B
YAML

go_arch_translation:
amd64: amd64
x86_64: amd64
i386: 386
go_version_pattern: ^go version go(?P<version>.*?) (?P<os>.*?)/(?P<arch>.*?)$