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

Update golang.org/x/tools to fix generation in go 1.14 when vendoring… #9

Merged
merged 2 commits into from
Jul 23, 2020

Conversation

kollektiv
Copy link
Contributor

Update golang.org/x/tools to fix generation in go 1.14 when vendoring is used.

Go issue: golang/go#37629

Output of trying to generate a wrapper in a go 1.14 project with vendoring

Error: generating circuit wrapper: go [-m -json all]: exit status 1: go list -m: can't compute 'all' using the vendor directory
	(Use -mod=mod or -mod=readonly to bypass.)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kollektiv kollektiv merged commit 5db1988 into master Jul 23, 2020
@kollektiv kollektiv deleted the update-x-tools branch July 23, 2020 19:39
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.

1 participant