-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
make test fails because of go vet #1696
Comments
Also writing an output plugin and get the same errors (same go version). |
|
go vet is currently working with 1.6.3, if you want to submit a PR to fix it for 1.7 that would be appreciated. |
@ewbankkit I can't really debug your testing environment for you. Unit tests are not expected to fail and are currently passing on my computer and our CI system. |
I'm in the process of writing an output plug-in and I was going to run my tests but there are issues that are not related to my work. Is this the expected behavior?
I'm building commit 7926825 with
go version go1.7 darwin/amd64
.The text was updated successfully, but these errors were encountered: