configure defaults, upgrade go to 1.23.6

This commit is contained in:
Matthew Stobbs
2025-02-07 10:24:41 -07:00
parent abc374ea27
commit b34ce3b460
11 changed files with 67 additions and 65 deletions

View File

@@ -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