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
When I try to install, I'm getting the following:
GOPATH=/usr go get github.com/r3kzi/clamav-prometheus-exporter # github.com/prometheus/procfs/internal/util usr/src/github.com/prometheus/procfs/internal/util/parse.go:69:15: undefined: os.ReadFile usr/src/github.com/prometheus/procfs/internal/util/parse.go:78:15: undefined: os.ReadFile usr/src/github.com/prometheus/procfs/internal/util/readfile.go:36:9: undefined: io.ReadAll
The text was updated successfully, but these errors were encountered:
This is solved by using a newer version of go, and instead doing:
GOPATH=/usr go install github.com/r3kzi/clamav-prometheus-exporter@latest
Perhaps the README.md should be updated to indicate the minimal version and these instructions.
Sorry, something went wrong.
No branches or pull requests
When I try to install, I'm getting the following:
The text was updated successfully, but these errors were encountered: