TestBinary failing on Go 1.10
mdempsky opened this issue · 2 comments
mdempsky commented
Travis build 16.1 just failed: https://travis-ci.org/mdempsky/unconvert/jobs/480648623
This seems puzzling as build 15.1 previously passed (https://travis-ci.org/mdempsky/unconvert/jobs/478154672), and there are no changes between the two that should affect either cgo or Go 1.10 (5ecdfa8...3e9aec1).
mdempsky commented
It looks like https://go-review.googlesource.com/c/tools/+/156977/5/go/packages/golist_fallback.go#b96 might have affected this.
Anyone know off hand how go/packages users can robustly identify the cgo-generated _cgo_gotypes.go file in a driver-independent manner?
mdempsky commented
Closing since Go 1.10 is no longer supported.