add go executable to INSTALL_PREFIX/bin/go

This commit is contained in:
Matthew Stobbs
2026-02-10 19:05:06 -07:00
parent 0a335f23b0
commit c592ec4bfd

View File

@@ -53,6 +53,9 @@
- from: "{{ go_extract_path }}/go"
to: "{{ path_go }}"
force: true
- from: "{{ go_extract_path }}/go/bin/go"
to: "{{ path_bin }}/go"
force: true
__add_to_path: "{{ __add_to_path + [path_go ~ '/bin'] }}"
__var_to_env: "{{ __var_to_env | combine( { 'GOROOT': path_go } ) }}"