Skip to content

Add the GOOS to CI test #1787

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

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

Conversation

khanhtc1202
Copy link

From the KubeCon ContribFest 👋

This PR added GOOS as variable to the go test CI

Fix #1761

Please check @ArthurSens

Signed-off-by: khanhtc1202 <[email protected]>
Copy link
Member

@kakkoyun kakkoyun left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for the contribution.

However CI fails, so it needs some more work.

@kakkoyun
Copy link
Member

When we are at it maybe we should add GOARCH as well. Now that GitHub actions have the arm64 machines.

@ying-jeanne
Copy link
Contributor

ying-jeanne commented Apr 15, 2025

I also worked on this ticket 2 weeks ago but I didn't fix all: diff link. I managed to conditionally enable CGO based on need, but I'm still running into test failures on Windows. I'd really appreciate any pointers on how to get those passing. Since you also opened a PR on this topic, maybe you’ll find some ideas or inspiration from my approach too!

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.

Add CI tests that builds/tests client_golang for all supported GOOS
3 participants