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

chore(dep): update testify to v1.10.0, add 1.23 to testing #582

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

n2p5
Copy link

@n2p5 n2p5 commented Feb 3, 2025

Issue #, if available:
NA

Description of changes:
This started as a small PR to update testify to v1.10.0, but it ended up requiring a few additional changes to make the linter and test runner happy.

  • UPDATED the linter from v1.55.2 -> v1.63.4 to fix some linter related bugs (this fixes the linter in other recent PRs that are currently open)
  • ADDED go 1.23 to the test runner matrix
  • REMOVED v1.13, v1.14, v1.15, and v1.16 from the test runner matrix; these are no longer supported with the current version of testify. This should not be a problem with future-forward releases, since these are VERY OLD versions of go.
  • UPDATED go.sum using go mod tidy to clean up old dependencies, such as github.com/stretchr/objx that are no longer needed.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.30%. Comparing base (de51f68) to head (57120bf).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #582   +/-   ##
=======================================
  Coverage   73.30%   73.30%           
=======================================
  Files          26       26           
  Lines        1487     1487           
=======================================
  Hits         1090     1090           
  Misses        324      324           
  Partials       73       73           

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

@n2p5
Copy link
Author

n2p5 commented Feb 3, 2025

(CC @bmoffatt et al) I use aws-lambda-go on a project and I just wanted to give it some TLC. I'd love some feedback if I need to make any changes to the PR before it is approved.

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.

2 participants