update go to 1.25.0

This commit is contained in:
Matthew Stobbs
2025-08-14 21:34:12 -06:00
parent 5e42342ebd
commit 5df0ba2d91

View File

@@ -20,7 +20,7 @@
when:
- r_go_version.rc|int == 0
ansible.builtin.set_fact:
go_do_update: "{{ go.vers in r_go_version.stdout }}"
go_do_update: true
- name: Install/update go
when: