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

groupcache: add go.mod, update for Go 1.24 #175

Merged
merged 3 commits into from
Nov 29, 2024

Conversation

ianlancetaylor
Copy link
Member

Add a go.mod file.

As of Go 1.24 rand.Seed is a no-op. Change TestPeers to use an explicit rand.Rand instead.

As of Go 1.24 rand.Seed is a no-op. Change TestPeers to use an
explicit rand.Rand instead.
@dmitshur dmitshur self-requested a review November 28, 2024 22:35
@dmitshur dmitshur removed their assignment Nov 28, 2024
Copy link

@dmitshur dmitshur 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.

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
@ianlancetaylor ianlancetaylor merged commit 2c02b82 into golang:master Nov 29, 2024
1 check passed
@ianlancetaylor ianlancetaylor deleted the update branch November 29, 2024 21:07
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