Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclusively use go1.20 multierrors #127

Merged
merged 5 commits into from
Jan 19, 2024
Merged

Exclusively use go1.20 multierrors #127

merged 5 commits into from
Jan 19, 2024

Conversation

camdencheek
Copy link
Member

This PR removes the dependency on go.uber.org/multierror in favor of the multierror functionality included in go 1.20.

As a consequence, this removes support for go versions earlier than go 1.20. In order to maintain the standard "two minor versions" support policy, this change will not be released (likely in a 1.0 version) until go 1.22 is released.

@codecov-commenter
Copy link

codecov-commenter commented Dec 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4c5c70a) 98.96% compared to head (f859a17) 98.96%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #127   +/-   ##
=======================================
  Coverage   98.96%   98.96%           
=======================================
  Files          12       12           
  Lines         484      484           
=======================================
  Hits          479      479           
  Misses          4        4           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@camdencheek camdencheek marked this pull request as ready for review December 28, 2023 23:02
@camdencheek camdencheek force-pushed the cc/multierror branch 2 times, most recently from fb2473d to b7c57e5 Compare January 8, 2024 18:25
@camdencheek camdencheek merged commit e454401 into main Jan 19, 2024
2 checks passed
@camdencheek camdencheek deleted the cc/multierror branch January 19, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants