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 v4a tests broken in Go 1.20 #2017

Merged
merged 1 commit into from
Feb 14, 2023
Merged

Fix v4a tests broken in Go 1.20 #2017

merged 1 commit into from
Feb 14, 2023

Conversation

djedward
Copy link
Contributor

Go 1.20 introduced a change to crypto/ecdsa which won't generate keys from an input stream that is only zeros. I've opened an issue upstream to get clarity on that change. This change simply updates the test to use ones instead, so we can start building against 1.20.

@djedward djedward requested a review from a team as a code owner February 10, 2023 21:50
@aajtodd
Copy link
Contributor

aajtodd commented Feb 14, 2023

Adding upstream issue for reference: golang/go#58454

We're taking a look at support for Go 1.20 holistically right now (e.g. we need CI support, etc). This may just be one part of that.

@aajtodd aajtodd merged commit 1dcf243 into aws:main Feb 14, 2023
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.

None yet

2 participants