We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying this out and the make setup seems broken:
make setup
$ 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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
That makes sense! @akrzos would you be up for making a PR with that change?
No branches or pull requests
I am trying this out and the
make setup
seems broken:The text was updated successfully, but these errors were encountered: