Closed xaionaro closed 6 years ago
CI is failing because trezor-go is using aliases only supported in go >=1.9, removed go1.8 from builds
This should fix the issue #13 , or I'm missing something?
CI is failing because trezor-go is using aliases only supported in go >=1.9, removed go1.8 from builds
I made a PR to trezord-go
with the fix of this problem: https://github.com/trezor/trezord-go/pull/81
This should fix the issue #13 , or I'm missing something?
It should. May be I missed something but it successfully passed my checks.
CI is failing because trezor-go is using aliases only supported in go >=1.9, removed go1.8 from builds
I made a PR to trezord-go with the fix of this problem: trezor/trezord-go#81
The PR was been merged. The problem should be solved.
Just to speed up issue #13 (if this PR can be helpful):