Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GODEBUG option to use legacy filepath.EvalSymlinks()
In go 1.23 filepath.EvalSymlink(path) behavior has changed and it returns an error if path is a Windows junction. The new behavior breaks some functionalities (see #24557). The GODEBUG option `winsymlink=0` allow to get run `EvalSymlink` with its legacy behavior. Signed-off-by: Mario Loriedo <[email protected]>
- Loading branch information