opensearch-project / opensearch-go

Go Client for OpenSearch
https://opensearch.org/docs/latest/clients/go/
Apache License 2.0
188 stars 96 forks source link

Upgrading to go 1.21 version and jsondiff to 0.5.1 #509

Closed VachaShah closed 3 months ago

VachaShah commented 3 months ago

Description

Coming from #480, jsondiff upgrade needs go 1.21+.

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 57.29%. Comparing base (f3ad333) to head (1a1fa4c). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #509 +/- ## ======================================= Coverage 57.29% 57.29% ======================================= Files 315 315 Lines 9823 9823 ======================================= Hits 5628 5628 Misses 2902 2902 Partials 1293 1293 ``` | [Flag](https://app.codecov.io/gh/opensearch-project/opensearch-go/pull/509/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensearch-project) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/opensearch-project/opensearch-go/pull/509/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensearch-project) | `50.83% <ø> (ø)` | | | [unit](https://app.codecov.io/gh/opensearch-project/opensearch-go/pull/509/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensearch-project) | `12.84% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensearch-project#carryforward-flags-in-the-pull-request-comment) to find out more.
VachaShah commented 3 months ago

@Jakob3xD Can I get an approval again? Had to rebase due to conflicts in CHANGELOG. Thank you!