update go, ci and add dependabot #16
Annotations
6 errors
golangci-lint:
cmd/pingdom-exporter/main.go#L308
Error return value of `w.Write` is not checked (errcheck)
|
golangci-lint:
cmd/pingdom-exporter/server.go#L32
Error return value of `w.Write` is not checked (errcheck)
|
golangci-lint:
cmd/pingdom-exporter/main.go#L25
var `waitSeconds` is unused (unused)
|
golangci-lint:
cmd/pingdom-exporter/main.go#L302
SA1019: prometheus.NewProcessCollector is deprecated: Use collectors.NewProcessCollector instead. (staticcheck)
|
golangci-lint:
cmd/pingdom-exporter/main.go#L303
SA1019: prometheus.NewGoCollector is deprecated: Use collectors.NewGoCollector instead. (staticcheck)
|
golangci-lint
issues found
|
Loading