mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-04 22:51:39 +00:00
Fix some warnings from go-staticcheck. "should use buffer.String() instead of string(buffer.Bytes()) (S1030)" This warning is explained at this link. https://staticcheck.io/docs/checks#S1030