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

Go requirement outdated #353

Open
kamil-rogon-dragon opened this issue May 11, 2021 · 0 comments
Open

Go requirement outdated #353

kamil-rogon-dragon opened this issue May 11, 2021 · 0 comments

Comments

@kamil-rogon-dragon
Copy link

kamil-rogon-dragon commented May 11, 2021

As per the README:

Tested with Go 1.10+ (required), Kafka 0.10.x, ZooKeeper 3.4.x.

Due to dependency on spf13/cobra the requirement of go version seems to be higher.

$ go version
go version go1.11.5 linux/amd64
$ go get github.com/DataDog/kafka-kit/cmd/autothrottle
# github.com/spf13/cobra
root/go/src/github.com/spf13/cobra/bash_completions.go:22:24: undefined: io.StringWriter
root/go/src/github.com/spf13/cobra/bash_completions.go:383:26: undefined: io.StringWriter
root/go/src/github.com/spf13/cobra/bash_completions.go:425:24: undefined: io.StringWriter
root/go/src/github.com/spf13/cobra/bash_completions.go:437:27: undefined: io.StringWriter
root/go/src/github.com/spf13/cobra/bash_completions.go:475:25: undefined: io.StringWriter
root/go/src/github.com/spf13/cobra/bash_completions.go:486:20: undefined: io.StringWriter
root/go/src/github.com/spf13/cobra/bash_completions.go:501:38: undefined: io.StringWriter
root/go/src/github.com/spf13/cobra/bash_completions.go:527:21: undefined: io.StringWriter
root/go/src/github.com/spf13/cobra/bash_completions.go:564:28: undefined: io.StringWriter
root/go/src/github.com/spf13/cobra/bash_completions.go:589:29: undefined: io.StringWriter
root/go/src/github.com/spf13/cobra/bash_completions.go:589:29: too many errors

BTW It has been installed successfully with newer go version.

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

1 participant