Closed kamilsk closed 6 years ago
I changed constraint for dep
[[constraint]]
name = "github.com/golang/mock"
branch = "master"
and restored tool installation
if ! command -v mockgen > /dev/null; then \
go get github.com/golang/mock/mockgen; \
fi
Hi! I have failed build with gomock on the master branch.
For that reason, I switched back gomock to release v1.0.0
and the problem is gone.
Possible cause can be located here https://github.com/golang/mock/compare/v1.0.0...master#diff-0f304850dfe306e76016f4bc2d70d23e, https://github.com/golang/mock/commit/62fcac7daf35529870a199ae024e158d665cb392#diff-0f304850dfe306e76016f4bc2d70d23e
Could you explain what I did wrong? I didn't have time to investigate the issue yet, and you can help me to reduce this time. Thanks!