You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.
./utils.go:338: cannot use s (type *"github.com/lestrrat/go-jsschema".Schema) as type *"github.com/lestrrat-go/jsschema".Schema in argument to b.Build
./utils.go:338: cannot assign *"github.com/lestrrat-go/jsval".JSVal to v.v (type *"github.com/lestrrat/go-jsval".JSVal) in multiple assignment
./utils.go:353: cannot use s (type *"github.com/lestrrat/go-jsschema".Schema) as type *"github.com/lestrrat-go/jsschema".Schema in argument to b.Build
./utils.go:353: cannot assign *"github.com/lestrrat-go/jsval".JSVal to v.v (type *"github.com/lestrrat/go-jsval".JSVal) in multiple assignment
FAIL github.com/holochain/holochain-proto [build failed]
Makefile:58: recipe for target 'test' failed
make: *** [test] Error 2
I don't know why the tests can't run, but I follow the steps and try it with many golang version. Please help! Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
github.com/holochain/holochain-proto
./utils.go:338: cannot use s (type *"github.com/lestrrat/go-jsschema".Schema) as type *"github.com/lestrrat-go/jsschema".Schema in argument to b.Build
./utils.go:338: cannot assign *"github.com/lestrrat-go/jsval".JSVal to v.v (type *"github.com/lestrrat/go-jsval".JSVal) in multiple assignment
./utils.go:353: cannot use s (type *"github.com/lestrrat/go-jsschema".Schema) as type *"github.com/lestrrat-go/jsschema".Schema in argument to b.Build
./utils.go:353: cannot assign *"github.com/lestrrat-go/jsval".JSVal to v.v (type *"github.com/lestrrat/go-jsval".JSVal) in multiple assignment
FAIL github.com/holochain/holochain-proto [build failed]
Makefile:58: recipe for target 'test' failed
make: *** [test] Error 2
I don't know why the tests can't run, but I follow the steps and try it with many golang version. Please help! Thanks
The text was updated successfully, but these errors were encountered: