You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should support to go install tools at specific versions (or just at the latest).
When installed with specific versions, it could avoid calling go install each time and would only enforce the version to be installed.
This should support to
go install
tools at specific versions (or just at the latest).When installed with specific versions, it could avoid calling
go install
each time and would only enforce the version to be installed.e.g. instead of having to write:
We could simply write:
And omni would take care of setting up and maintaining the version when
omni up
is called.The text was updated successfully, but these errors were encountered: