-
Notifications
You must be signed in to change notification settings - Fork 43
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
update dependencies #157
update dependencies #157
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #157 +/- ##
==========================================
- Coverage 81.90% 81.79% -0.11%
==========================================
Files 13 13
Lines 884 890 +6
==========================================
+ Hits 724 728 +4
- Misses 131 132 +1
- Partials 29 30 +1 ☔ View full report in Codecov by Sentry. |
What does this PR do?
Updating dependencies. Ran
go get -u ./...
(go get gopkg.in/DataDog/[email protected]
doesn't seem to be enough)Also fixing the integration tests at the same time. The lambda runtime
go1.x
is getting deprecated since Jan/8/2024 and will block function update on Mar/12/2024. Then there's an issue with the github action runnerubuntu-latest
doesn't have the latest GLIBC so just useCGO_ENABLED=0
to avoid using cgo....Motivation
Testing Guidelines
Additional Notes
Types of changes
Checklist