Hi everyone,
golang 1.23 has made some significant changes to how Windows mount points are reported. We are still evaluating the impact, so until we fully understand what fixes we may need to make, CSI drivers and csi-proxy should either:
1. Hold off on upgrading to golang 1.23 until we provide further guidance. This also means refraining from updating
k8s.io/mount-utils to v0.32.0
2. If upgrading to golang 1.23, add the "godebug winsymlink=0" flag to the go.mod file to disable these changes.
Thanks,
Michelle