-
Notifications
You must be signed in to change notification settings - Fork 445
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
[BUG]: go vet is failing since v1.70.0 #3163
Comments
Thanks @kalosisz for getting in touch. Please, can you provide your |
Hey, here is the output
|
Thanks again. We'll check this during today. |
Right now we aren't able to reproduce it. We tried on a clean module cache and |
Hello @kalosisz, Could you please share your go.mod file? I might be able to help |
Do you need all the files, I can easily share Datadog related direct and indirect dependencies
@LamineKouissi let me know if this helps |
Hey @LamineKouissi and @darccio , I've reproduced the error and published it in https://github.com/kalosisz/datadog-error After running Let me know if this helps. |
Thanks @kalosisz. It makes sense that a |
@darccio I was incomplete. After running |
The workaround for this is to add a
As this dependency comes from our |
@darccio thanks! Dependabot is managing the updates, I'll pin it to that version. |
Update: the agent is alredy updated DataDog/datadog-agent#33370, the fix will be released in their next release. The |
Tracer Version(s)
1.71.1
Go Version(s)
go version go1.23.5 linux/amd64
Bug Report
I have a
go vet
check in my CI process and it started failing and producing this logicPlease check the dependencies of dd-trace-go.
Reproduction Code
Running
go vet
using v1.71.1 as a dependency.Error Logs
No response
Go Env Output
The text was updated successfully, but these errors were encountered: