Summary
Update github.com/cli/go-gh/v2 dependency from v2.12.2 to v2.13.0
Current State
- Package: github.com/cli/go-gh/v2
- Current Version: v2.12.2
- Proposed Version: v2.13.0
- Update Type: Minor
Safety Assessment
✅ Safe to update
- Minor version update (2.12.2 → 2.13.0)
- No breaking changes mentioned in release notes
- Bug fixes and new features only
- Backward compatible changes
Changes
- Features: Expose
replace sprig function for template operations
- Fixes:
- Update Go version to 1.25.0
- Fix handling of HTTP status 205 properly
- Documentation: Improved documentation for
HandleHTTPError behavior
- Dependencies: Upgraded Golangci-lint to v2.6
Links
Recommended Action
go get -u github.com/cli/go-gh/v2@v2.13.0
go mod tidy
Testing Notes
- Run all tests:
make test
- Verify GitHub CLI integration still works correctly
- Check for any deprecation warnings
- Test API error handling (HTTP 205 fix)
AI generated by Dependabot Go Module Dependency Checker
Summary
Update
github.com/cli/go-gh/v2dependency from v2.12.2 to v2.13.0Current State
Safety Assessment
✅ Safe to update
Changes
replacesprig function for template operationsHandleHTTPErrorbehaviorLinks
Recommended Action
Testing Notes
make test