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 vendor directory. #2932

Merged
merged 2 commits into from
Jan 25, 2019
Merged

Fix vendor directory. #2932

merged 2 commits into from
Jan 25, 2019

Conversation

nat-henderson
Copy link
Contributor

In go 1.11 and forward until go 1.11.4, checksums were calculated incorrectly if a module contained symlinks. In go 1.11.4, the go team made a breaking change that requires people using go modules to delete their vendor directory and recreate it. It also requires that everyone working on a project be either pre-1.11.4 or post 1.11.4. The magician is on 1.11.5, but the rest of us are probably on 1.11 or 1.11.1. Whoops! I updated go and did the go vendor again. Here's the result. Make sure to update your go version!

Caused by golang/go#27093.

@nat-henderson
Copy link
Contributor Author

Nice, thanks govendor. I'll figure it out.

@nat-henderson
Copy link
Contributor Author

Oh, haha, travis is on go 1.11.0.

@ghost ghost added size/xs and removed size/xxl labels Jan 25, 2019
@nat-henderson
Copy link
Contributor Author

That ought to do it...

@nat-henderson nat-henderson merged commit d1f1222 into master Jan 25, 2019
rileykarson added a commit that referenced this pull request Feb 1, 2019
Adding `.x` to Travis means use the latest minor version according to its docs.

I didn't update the "Requirements" header because this is just because of Go Modules; see #2932 for why. Since it's just a development change, it doesn't impact _using_ the provider.

Although, out of curiosity- is that header for development? Or is there a real requirement to have Go installed to use Terraform providers?
@ghost
Copy link

ghost commented Feb 25, 2019

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Feb 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants