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

Switch to math/rand/v2 #1557

Merged
merged 1 commit into from
May 6, 2024
Merged

Switch to math/rand/v2 #1557

merged 1 commit into from
May 6, 2024

Conversation

skitt
Copy link
Member

@skitt skitt commented May 3, 2024

This provides more robust functions and defaults than math/rand, and means we can avoid the complexity of crypto/rand. See https://go.dev/blog/randv2 for context.

@submariner-bot
Copy link
Contributor

🤖 Created branch: z_pr1557/skitt/math-rand-v2
🚀 Full E2E won't run until the "ready-to-test" label is applied. I will add it automatically once the PR has 2 approvals, or you can add it manually.

This provides more robust functions and defaults than math/rand, and
means we can avoid the complexity of crypto/rand. See
https://go.dev/blog/randv2 for context.

Signed-off-by: Stephen Kitt <[email protected]>
@submariner-bot submariner-bot added the ready-to-test When a PR is ready for full E2E testing label May 6, 2024
@tpantelis tpantelis enabled auto-merge (rebase) May 6, 2024 14:52
@tpantelis tpantelis merged commit 884eafd into submariner-io:devel May 6, 2024
26 checks passed
@submariner-bot
Copy link
Contributor

🤖 Closed branches: [z_pr1557/skitt/math-rand-v2]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-test When a PR is ready for full E2E testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants