diff --git a/internal/devtools/examples-updater/main.go b/internal/devtools/examples-updater/main.go index 50b1a0720..59ef028ae 100644 --- a/internal/devtools/examples-updater/main.go +++ b/internal/devtools/examples-updater/main.go @@ -43,6 +43,8 @@ func main() { func updateExamples(newVersion string, dryRun bool) error { // Find all go.mod files in examples directory + // this is a test text + // this is a test text too. modFiles, err := findGoModFiles("examples") if err != nil { return fmt.Errorf("failed to find go.mod files: %w", err)