-
Notifications
You must be signed in to change notification settings - Fork 564
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 issues raised by golangci-lint #29
Conversation
These popped up when invoking `make`.
|
I just fixed our Circle config to automatically build this, can you amend and --force push it to make it update? |
yeah, you'll need to integrate #30 in order to verify this fixes the build. |
Checks passed, is safe to merge. |
@lizthegrey : Thanks for handling this - I was busy reviewing mongo db PR at the time and haven't noticed your replies. Also, I assumed that CI was not yet set up. Good to know that I was wrong. |
* master: Runtime metrics plugin (open-telemetry#9) Fix issues raised by golangci-lint (open-telemetry#29) use correct circleci dir (open-telemetry#30) gorilla/mux instrumentation (open-telemetry#19) Update CODEOWNERS and CONTRIBUTING.md to match otel-go (open-telemetry#27) Dogstatsd exporter resource support (for 0.4.3 release) (open-telemetry#25) add datadog metrics exporter (open-telemetry#22) Update codeowners and maintainers (open-telemetry#21) # Conflicts: # go.mod # go.sum # internal/trace/http.go
These popped up when invoking
make
.