diff --git a/hack/conformance/check_conformance_test_requirements.go b/hack/conformance/check_conformance_test_requirements.go index 82988a621ce..1cb7445a3e0 100644 --- a/hack/conformance/check_conformance_test_requirements.go +++ b/hack/conformance/check_conformance_test_requirements.go @@ -82,7 +82,7 @@ func checkAllProviders(e2eFile string) error { } func processFile(e2ePath string) error { - regGoFile := regexp.MustCompile(".*.go") + regGoFile := regexp.MustCompile(".*\\.go") files, err := ioutil.ReadDir(e2ePath) if err != nil {