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

Fix building with go 1.16 #23

Merged
merged 1 commit into from
Jun 8, 2022
Merged

Fix building with go 1.16 #23

merged 1 commit into from
Jun 8, 2022

Conversation

mislav
Copy link
Contributor

@mislav mislav commented Jun 8, 2022

The newly added platform windows-arm64 isn't available on Go 1.16. In fact, any unsupported "GOOS-GOARCH" pair should be skipped so that we can keep adding platforms in the future without worrying about whether the Go version that an extension author has chosen for their project supports that platform.

Thanks @samcoe for spotting this bug

The newly added platform `windows-arm64` isn't available on Go 1.16. In
fact, any unsupported "GOOS-GOARCH" pair should be skipped so that we
can keep adding platforms in the future without worrying about whether
the Go version that an extension author has chosen for their project
supports that platform.
Copy link
Contributor

@samcoe samcoe left a comment

Choose a reason for hiding this comment

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

Do we also want to update the default to 1.17 so that all the current default platforms will get built?

@mislav mislav merged commit a6bb337 into trunk Jun 8, 2022
@mislav mislav deleted the skip-unsupported-platforms branch June 8, 2022 18:00
@mislav
Copy link
Contributor Author

mislav commented Jun 8, 2022

@samcoe No, I think that might be a breaking change, so maybe best kept for @v2.

Copy link

@BrokenSoul420 BrokenSoul420 left a comment

Choose a reason for hiding this comment

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

build_and_release.sh

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.

3 participants