Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup is not working #7

Open
akrzos opened this issue Nov 6, 2020 · 2 comments
Open

Setup is not working #7

akrzos opened this issue Nov 6, 2020 · 2 comments

Comments

@akrzos
Copy link
Contributor

akrzos commented Nov 6, 2020

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
Copy link
Contributor Author

akrzos commented Nov 6, 2020

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.

@marccampbell
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants