zuul-jobs/roles/install-go/defaults/main.yaml
Mohammed Naser e38f43abd9 install-go: bump version to 1.13.5
1.31.1 contained some critical fixes regarding go module
handling, let's just jump to the latest minor release.

Change-Id: I829d3a1550d343e778e79b519925099651392eb1
2019-12-23 23:20:12 -05:00

5 lines
147 B
YAML

go_version: "1.13.5"
go_os: "{{ ansible_system | lower }}"
go_arch: "{{ go_arch_translation[ansible_architecture] }}"
go_install_dir: "/usr/local"