Skip to content

Bump github.com/prometheus/client_golang from 1.14.0 to 1.16.0 #1523

Bump github.com/prometheus/client_golang from 1.14.0 to 1.16.0

Bump github.com/prometheus/client_golang from 1.14.0 to 1.16.0 #1523

GitHub Actions / golangci-lint succeeded Aug 17, 2023 in 0s

reviewdog [golangci-lint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (2)

exporter/v1_compatibility_test.go|21 col 2| SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
internal/tu/testutils.go|23 col 2| SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)