refactor: switch to staticcheck #471
Annotations
4 errors
ubuntu-latest @ Go 1.21:
ksops.go#L15
"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. (SA1019)
|
ubuntu-latest @ Go 1.21:
ksops_test.go#L8
"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. (SA1019)
|
ubuntu-latest @ Go 1.21:
ksops_test.go#L36
should use !bytes.Equal(want, got) instead (S1004)
|
ubuntu-latest @ Go 1.21
Process completed with exit code 2.
|