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

Fix terraform's checksum in go.sum #58

Merged
merged 1 commit into from
Sep 18, 2019
Merged

Fix terraform's checksum in go.sum #58

merged 1 commit into from
Sep 18, 2019

Conversation

radeksimko
Copy link
Contributor

@radeksimko radeksimko commented Aug 16, 2019

This is to address the following error (reproducible with go 1.12.8):

verifying github.com/hashicorp/terraform@v0.12.0: checksum mismatch
        downloaded: h1:It2vmod2dBMB4+r+aUW2Afx0HlftyUwzNsNH3I2vrJ8=
        go.sum:     h1:B5lTDWSdEbbjxrTZQ8GdsDlH7FnDrIvF42GykbhQ6tA=
verifying github.com/hashicorp/terraform@v0.12.0: checksum mismatch
        downloaded: h1:It2vmod2dBMB4+r+aUW2Afx0HlftyUwzNsNH3I2vrJ8=
        go.sum:     h1:B5lTDWSdEbbjxrTZQ8GdsDlH7FnDrIvF42GykbhQ6tA=

It was probably introduced via older version of Go which has bugs in the module subsystem.

The PR is a result of rm go.sum && go get ./... && go mod tidy.

@radeksimko radeksimko added the dependencies dependency updates usually from dependabot label Aug 16, 2019
@ghost ghost added the size/M label Aug 16, 2019
@ghost ghost added size/XS and removed size/M labels Aug 16, 2019
@phillc phillc merged commit 04e8c12 into master Sep 18, 2019
@radeksimko radeksimko deleted the fix-go-sum branch September 19, 2019 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies dependency updates usually from dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants