Skip to content

v1.0.13: Go Dependency Management Guidance

Latest

Choose a tag to compare

@IgorTodorovskiIBM IgorTodorovskiIBM released this 23 Oct 01:55
· 5 commits to main since this release

What's New

Documentation Enhancements

  • Go Dependency Management: Added comprehensive guidance for handling Go dependency issues on z/OS
    • Document Go workspace pattern using zopen_wharf() function
    • Step-by-step implementation guide for cloning, patching, and managing dependencies
    • Concrete examples from crushport, gitlab-runnerport, and gumport
    • Reference to wharf repository for z/OS patches
    • Coverage of CGO disabling, workspace initialization, and cleanup procedures

Additional Updates

  • Updated bump line configuration advice
  • Fixed git remote protocol guidance (SSH vs HTTPS)
  • Improved .gitignore patterns for source directories

This release enhances the AGENTS.md documentation to provide better support for porting Go applications to z/OS.