go-openapi/jsonreference

Go 1.10: reference_test.go:311: Errorf format %v arg r1.IsCanonical is a func value, not called

nim-nim opened this issue · 2 comments

36d33bf does not pass unit tests with Go 1.10:

+ GOPATH=/builddir/build/BUILD/jsonreference-36d33bfe519efae5632669801b180bf1a245da3b/_build:/usr/share/gocode
+ go test -buildmode pie -compiler gc -ldflags '-extldflags '\''-Wl,-z,relro  '\'''
# github.com/go-openapi/jsonreference
./reference_test.go:311: Errorf format %v arg r1.IsCanonical is a func value, not called
FAIL    github.com/go-openapi/jsonreference [build failed]

fixed: 5248573

Thank you !