Skip to content

Exclusively use go1.20 multierrors#127

Merged
camdencheek merged 5 commits into
mainfrom
cc/multierror
Jan 19, 2024
Merged

Exclusively use go1.20 multierrors#127
camdencheek merged 5 commits into
mainfrom
cc/multierror

Conversation

@camdencheek

Copy link
Copy Markdown
Contributor

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

codecov-commenter commented Dec 28, 2023

Copy link
Copy Markdown

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
@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