Closed shivansh closed 5 years ago
The build failure is due to errcheck failing on go1.10 (https://github.com/kisielk/errcheck/issues/167) and IMO is unrelated to the changes introduced in this PR.
Can we remove the go1.10 check and replace it with a newer version?
Yes, I think we can temporarily disable go1.10 from the travis builds until this issue is resolved in errcheck.
Or permanently
Sure. With #93 merged, I think this PR is also good to merge ?
Agreed
Looks like we have a problem with go1.10 on travis, but otherwise this looks good to ship