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

go.mod: upgrade google/go-cmp to v0.4.0 #3698

Merged
merged 2 commits into from
Feb 19, 2020
Merged

go.mod: upgrade google/go-cmp to v0.4.0 #3698

merged 2 commits into from
Feb 19, 2020

Conversation

tstromberg
Copy link
Contributor

go-cmp v0.3.0 suffers panics under go v1.4.x. For more information, see: google/go-cmp#167

Fixes #3697

@tstromberg tstromberg changed the title go.mod: upgrade google/go-cmp to v0.4.0 to avoid panic go.mod: upgrade google/go-cmp to v0.4.0 Feb 18, 2020
Copy link
Contributor

@dgageot dgageot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We vendor all the dependencies. Have you run go mod vendor?

@codecov
Copy link

codecov bot commented Feb 18, 2020

Codecov Report

Merging #3698 into master will not change coverage.
The diff coverage is n/a.

@tstromberg
Copy link
Contributor Author

tstromberg commented Feb 18, 2020

Thanks! I had not run go mod vendor. Updated the PR to include the changes to vendor/.

@dgageot dgageot self-assigned this Feb 18, 2020
@dgageot dgageot merged commit 6a01959 into master Feb 19, 2020
@nkubala nkubala deleted the update-go-cmp branch February 19, 2020 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

testutil.CheckDeepEqual: fatal error: checkptr: unsafe pointer arithmetic
3 participants