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 will fully refactor goenv into an OS agnostic solution that is:
- Written in Go
- no longer going to require new definition files on new version releases
- adds Windows support
- a lot simpler to maintain
- no external dependencies as it will use go releaser and compiled binaries for architecture/OS
Caveats:
v2 will still be actively maintained as we fully test and validate the new v3 functionality works the same without breaking changes.