Loading
wails: do not overwrite user provided tools
For example when building a project with golang 1.26 we want to use the
user provoided compiler and not have to run wailts like:
GOTOOLCHAIN=go1.26.0 wails build -compiler '${go_1_26}/bin/go'
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
For example when building a project with golang 1.26 we want to use the
user provoided compiler and not have to run wailts like:
GOTOOLCHAIN=go1.26.0 wails build -compiler '${go_1_26}/bin/go'