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

*: replace cespare/xxhash with cespare/xxhash/v2 #8018

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

Juneezee
Copy link
Contributor

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

Currently, we are using two versions of the same package for xxHash:

thanos/go.mod

Lines 13 to 14 in c5025b7

github.com/cespare/xxhash v1.1.0
github.com/cespare/xxhash/v2 v2.3.0

github.com/cespare/xxhash/v2 is the latest version, which includes bug fixes and improvements. This PR updates the codebase to replace github.com/cespare/xxhash with github.com/cespare/xxhash/v2.

Verification

squat
squat previously approved these changes Dec 23, 2024
@squat
Copy link
Member

squat commented Dec 23, 2024

Looks good! Retrying flaked tests

`github.com/cespare/xxhash/v2` is the latest version with bug fixes and
improvements.

Signed-off-by: Eng Zer Jun <[email protected]>
@fpetkovski fpetkovski merged commit 2d041dc into thanos-io:main Dec 24, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants