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: add extra goos support #1646

Merged
merged 1 commit into from
Aug 29, 2024
Merged

feat: add extra goos support #1646

merged 1 commit into from
Aug 29, 2024

Conversation

kruskall
Copy link
Member

syscall.Errno is not available is some GOOS causing compile errors

Move syscall specific code to separate file behind build tags making it future proof and adding support for all goos supported by the go runtime

delete go120_test since we require go 1.21+

syscall.Errno is not available is some GOOS causing compile errors
Move syscall specific code to separate file behind build tags making it
future proof and adding support for all goos supported by the go runtime
@kruskall kruskall requested a review from a team as a code owner August 28, 2024 02:44
@kruskall kruskall merged commit 9b26590 into elastic:main Aug 29, 2024
13 of 14 checks passed
@kruskall kruskall deleted the feat/goos branch August 29, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants