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

⬆️ Update 🐹 Go Module go.opentelemetry.io/otel to v1.27.0 #100

Merged
merged 1 commit into from
May 21, 2024

⬆️ Update 🐹 Go Module go.opentelemetry.io/otel to v1.27.0

4128a9e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

⬆️ Update 🐹 Go Module go.opentelemetry.io/otel to v1.27.0 #100

⬆️ Update 🐹 Go Module go.opentelemetry.io/otel to v1.27.0
4128a9e
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci succeeded May 21, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (11)

writer.go|32 col 20| Error return value of writer.inner.Write is not checked (errcheck)
writer.go|40 col 14| Error return value of writer.Write is not checked (errcheck)
writer.go|47 col 14| Error return value of writer.Write is not checked (errcheck)
writer.go|64 col 14| Error return value of writer.Write is not checked (errcheck)
telemetry.go|11 col 5| var tracer is unused (unused)
telemetry.go|13 col 6| func setSpanRequest is unused (unused)
fields.go|238 col 10| S1034: assigning the result of this type assertion to a variable (switch ifc := ifc.(type)) could eliminate type assertions in switch cases (gosimple)
fields.go|240 col 14| S1034(related information): could eliminate this type assertion (gosimple)
fields.go|242 col 14| S1034(related information): could eliminate this type assertion (gosimple)
fields.go|244 col 14| S1034(related information): could eliminate this type assertion (gosimple)
method.go|155 col 5| SA9003: empty branch (staticcheck)