Skip to content
Closed

hhh #1492

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions internal/devtools/examples-updater/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading