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
This commit is contained in:
Mohammed Naser 2019-12-23 23:20:12 -05:00
parent b62c488eab
commit e38f43abd9

View File

@ -1,4 +1,4 @@
go_version: "1.13" go_version: "1.13.5"
go_os: "{{ ansible_system | lower }}" go_os: "{{ ansible_system | lower }}"
go_arch: "{{ go_arch_translation[ansible_architecture] }}" go_arch: "{{ go_arch_translation[ansible_architecture] }}"
go_install_dir: "/usr/local" go_install_dir: "/usr/local"