gobin icon indicating copy to clipboard operation
gobin copied to clipboard

failed to run go list -find -json k8s.io/test-infra/robots/pr-creator

Open jwendell opened this issue 4 years ago • 1 comments

Hi,

I'm getting the following error:

$ gobin k8s.io/test-infra/robots/pr-creator

failed to run go list -find -json k8s.io/test-infra/robots/pr-creator: exit status 1
go: finding module for package k8s.io/test-infra/robots/pr-creator
cannot find module providing package k8s.io/test-infra/robots/pr-creator: module k8s.io/test-infra/robots/pr-creator: reading file:///home/jwendell/go/pkg/mod/cache/download/k8s.io/test-infra/robots/pr-creator/@v/list: no such file or directory

Am I missing something?

Thanks.

jwendell avatar Dec 09 '20 13:12 jwendell

Similar:

$ gobin istio.io/test-infra/toolbox/githubctl@master
failed to run go list -find -json istio.io/test-infra/toolbox/githubctl: exit status 1
go: k8s.io/[email protected] requires
        [email protected] requires
        github.com/Azure/[email protected]+incompatible (replaced by github.com/Azure/[email protected]+incompatible): missing go.sum entry; try 'go mod download github.com/Azure/go-autorest' to add it

howardjohn avatar Jan 08 '21 22:01 howardjohn