Prevent Duplicate Runtimes
If you would like to avoid having two copies of a specific runtime; For example, the system-managed version, and the Trunk-managed version, then you can always format your trunk.yaml
file accordingly.
runtimes:
enabled:
- [email protected]
or
runtimes:
definitions:
- type: go
system_version: allowed
Updated 8 months ago