Install plugin error: build failed exit status 1%

Viewed 246

Hi everyone. I'm developing website QA use answer. But when install plugin connector-google use ./answer build --with github.com/apache/incubator-answer-plugins/connector-google then get issue below:

Image error

Can you help me fix this issue?
Go version: go version go1.20.3 linux/amd64
Thanks

1 Answers

Hi LinkinStar, thanks your answer. But when i run go clean -modecache and export GOPROXY='direct' && ./answer build --with github.com/apache/incubator-answer-plugins/connector-google

I get issue:

answer imports github.com/apache/incubator-answer/cmd: github.com/apache/[email protected]: invalid pseudo-version: revision a458f3409c91 is not a descendent of preceding tag (v1.2.0) answer imports github.com/apache/incubator-answer-plugins/connector-google imports github.com/apache/incubator-answer/plugin: github.com/apache/[email protected]: invalid pseudo-version: revision a458f3409c91 is not a descendent of preceding tag (v1.2.0) build failed exit status 1%

Is this issue with version current of answer?