afero
afero copied to clipboard
Issue 304 - introducing early check for pattern as done in filepath.Glob
It looks like my tests fail here because the CI is using go 1.13 when my local env is using 1.16. Looks like there has been changes in the filepath package in go after 1.13.
https://github.com/golang/go/issues/28614 changed filepath in a way that is likely causing this issue
Is there a reason why CI is running against 1.13 and not a newer version of go?