8000 fix(agent): Set `godebug x509negativeserial=1` as a workaround by DStrand1 · Pull Request #16489 · influxdata/telegraf · GitHub
[go: up one dir, main page]

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

fix(agent): Set godebug x509negativeserial=1 as a workaround #16489

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(agent): Set godebug x509negativeserial=1 as a workaround
  • Loading branch information
DStrand1 committed Feb 5, 2025
commit 2cf53fb8efae3129180aea091087fff9d61e2a8d
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/influxdata/telegraf

go 1.23.0

godebug x509negativeserial=1

require (
cloud.google.com/go/bigquery v1.65.0
cloud.google.com/go/monitoring v1.22.0
Expand Down
Loading
0