-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
build against master currently fails with invalid dependencies #10040
Comments
Hi, I set up a fresh checkout of telegraf on my system and was unable to reproduce it. Are you still seeing this?
Thanks! |
I am still seeing this, yes. Even with another
That fixes it. |
Actually, that exposes another issue for me:
|
I think there's two problems I have here:
I'll address #1 myself ('cause it's for sure my problem), but #2 is a really annoying thing. Seems like that could be documented better. |
@johnseekins I have same promblem. how did you fix this? package github.com/harlow/kinesis-consumer does not have tag v0.3.6 and go version is 1.17.8 |
I think your problem is different. As I noted above, I had two problems:
I cleaned up my environment and things worked better. |
@johnseekins I found the package Is this normal? |
I set |
Relevent telegraf.conf
None
System info
master, Fedora 34, git pull on 2021-11-01
Docker
No response
Steps to reproduce
make test
Expected behavior
Tests actually run
Actual behavior
Tests fail because go.mod has a requirement for a version of kinesis-consumer that doesn't seem to exist. The last release of harlow/kinesis-consumer is 0.3.5: https://github.com/harlow/kinesis-consumer/releases
Additional info
No response
The text was updated successfully, but these errors were encountered: