afero icon indicating copy to clipboard operation
afero copied to clipboard

Issue 304 - introducing early check for pattern as done in filepath.Glob

Open jbaudens opened this issue 3 years ago • 2 comments

jbaudens avatar May 10 '21 19:05 jbaudens

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 10 '21 19:05 CLAassistant

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?

jbaudens avatar May 10 '21 19:05 jbaudens