Modular has upgraded to v1.3.9, and all of it's modules have had some updates as well. These updates have had some impactful changes, for which we need to ensure Workflow Engine is ready to work with the latest Modular changes.
- Ensure all tests are functioning, enhance test functionality where necessary.
- Find each go.mod file in the Workflow repository, upgrade Modular to v1.3.9, upgrade all Modular modules to their latest version as well.
- Update Workflow modules and logic to be compatible with the interfaces defined in Modular, update configurations as well.
- Ensure all tests pass, fix any errors that occur.
- Ensure linter checks all pass, fix any errors that are identified.
- Make sure all examples are functional and do what they claim to do. If they're erroring out, apply whatever fixes necessary.
- Generate Github workflows to help validate the functionality and stability of Workflow Engine. Github workflows in the Modular library could be a useful reference point for CI workflows as well as release workflows.
Modular has upgraded to v1.3.9, and all of it's modules have had some updates as well. These updates have had some impactful changes, for which we need to ensure Workflow Engine is ready to work with the latest Modular changes.