Kevin Kaiser

Results 5 comments of Kevin Kaiser

@jsturtevant > It looks like fix in golang for [golang/go#33357](https://github.com/golang/go/issues/33357) isn't working properly. The fix is implemented in go `1.23.0` and has not been backported to `1.22.5` / `1.22.6`. Commit...

@jsturtevant This pull request can be reverted, as of pull request #127076 kubernetes uses go 1.23, so the previous code is functional again.

The reason for the issue is that kubernetes `1.31rc` used go `1.23rc`, whilst the release uses `1.22.5`: https://github.com/kubernetes/kubernetes/blob/eebc897e4fd8bf26a69d322c8dbcdf4da475934e/.go-version / https://github.com/kubernetes/kubernetes/pull/126330. The fix for `os.Stat` has been implemented in go `1.23.0`...