what
- Update
atmos
docs and GitHub workflows - Use GitHub environments for deployment
- Upgrade to
Go
version 1.18
why
- New CLI documentation sections (describe all CLI commands that
atmos
supports) - Use GitHub environments for deployment to take advantage of GitHub deployment API and UI (and not comment on PR with deployment URL to not pollute the PR with unnecessary comments)
Go
version 1.18 supports many new features including generics and allowing usingany
keyword instead ofinterface{}
which make the code more readable
references