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

feat: bump gopsutil to v4 #178

Merged
merged 2 commits into from
Aug 25, 2024
Merged

feat: bump gopsutil to v4 #178

merged 2 commits into from
Aug 25, 2024

Conversation

kruskall
Copy link
Member

@kruskall kruskall commented Aug 25, 2024

What does this PR do?

bump gopsutil to the current major version
replace deprecated syscall.Syscall with syscall.SyscallN to fix linter issue

Why is it important?

v3 is no longer supported

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.md

Author's Checklist

  • [ ]

Related issues

v3 is no longer supported, bump to the current major version
@kruskall kruskall requested a review from a team as a code owner August 25, 2024 05:48
@kruskall kruskall requested review from rdner and VihasMakwana and removed request for a team August 25, 2024 05:48
@pierrehilbert pierrehilbert added the Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team label Aug 25, 2024
Copy link
Contributor

@VihasMakwana VihasMakwana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

nit: Can you also update PR description about migrating from syscall.Syscall to syscall.SyscallN?

@kruskall
Copy link
Member Author

Done! Thank you! 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants