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

chore: remove explicit math/rand seed #1793

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

thevilledev
Copy link
Contributor

Go version was updated to 1.20 in #1783 and with that math/rand no longer requires an explicit seed for the random number generator. See golang/go#54880 for more information. This PR removes that call.

Related to lint settings being worked on at #1774.

@thevilledev thevilledev requested a review from a team as a code owner August 16, 2023 05:54
@thevilledev thevilledev requested review from steshageo and removed request for a team August 16, 2023 05:54
@roncodingenthusiast roncodingenthusiast merged commit 38facdc into hashicorp:main Sep 15, 2023
26 checks passed
@thevilledev thevilledev deleted the chore/rand-seed branch September 18, 2023 14:11
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.

2 participants