configure defaults, upgrade go to 1.23.6
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
ansible.builtin.get_url:
|
||||
dest: "{{ d_go_dl_tmp.path }}/{{ go_archive }}"
|
||||
url: "https://go.dev/dl/{{ go_archive }}"
|
||||
checksum: "{{ pkgconfig_go[pkgconfig_go.version][ansible_system][arch] }}"
|
||||
checksum: "{{ pkgconfig_go.sums[pkgconfig_go.version][ansible_system][arch] }}"
|
||||
decompress: false
|
||||
|
||||
- name: ensure go install dir exists
|
||||
|
||||
Reference in New Issue
Block a user