Skip to content

PMM-12339 remove go tip #1485

PMM-12339 remove go tip

PMM-12339 remove go tip #1485

GitHub Actions / golangci-lint succeeded Jul 19, 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)