krew-plugin-template icon indicating copy to clipboard operation
krew-plugin-template copied to clipboard

Setup is not working

Open akrzos opened this issue 3 years ago • 2 comments

I am trying this out and the make setup seems broken:

$ make setup
make -C setup
make[1]: Entering directory '/home/akrzos/go/src/github.com/akrzos/k8sCube/setup'
go run ./...
go: github.com/minio/[email protected] requires
	github.com/minio/gokrb5/[email protected]: reading github.com/minio/gokrb5/go.mod at revision v7.2.5: unknown revision v7.2.5
make[1]: *** [Makefile:6: all] Error 1
make[1]: Leaving directory '/home/akrzos/go/src/github.com/akrzos/k8sCube/setup'
make: *** [Makefile:29: setup] Error 2

akrzos avatar Nov 06 '20 16:11 akrzos

As silly as it sounds and probably incorrect, if you comment out the go mod dependency on minio it seems to run the setup then.

akrzos avatar Nov 06 '20 16:11 akrzos

That makes sense! @akrzos would you be up for making a PR with that change?

marccampbell avatar Nov 06 '20 16:11 marccampbell