mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-11 04:28:02 +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