Files
kubernetes/pkg
Davanum Srinivas 01ebd34fb5 Add blank lines around long CSILimits field for stable gofmt output
gofmt in go1.26.5 formats this literal differently on amd64 and arm64,
and each build rejects the form the other wants. This breaks
verify-gofmt in ci-kubernetes-verify-master-canary, the only verify job
that runs on arm64 nodes. Blank lines around the long field keep it out
of the gofmt alignment groups, and gofmt from go1.26.5 on amd64 and
arm64, and from go1.27rc2, all accept this form.
2026-07-31 09:21:51 -04:00
..