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
Hello! There is an error when using make:
root@user:~/telegraf# make go mod download -x env -u GOOS -u GOARCH -u GOARM -- go build -o ./tools/custom_builder/custom_builder ./tools/custom_builder # github.com/influxdata/telegraf/plugins/parsers plugins/parsers/registry.go:22:32: undefined: Parser plugins/parsers/registry.go:36:33: undefined: Parser make: *** [Makefile:112: build_tools] Error 1
How can I fix this?
The text was updated successfully, but these errors were encountered:
Hello! you can use 1.20 https://github.com/influxdata/telegraf/tree/release-1.20, and try again.
Sorry, something went wrong.
No branches or pull requests
Hello!
There is an error when using make:
How can I fix this?
The text was updated successfully, but these errors were encountered: