Skip to content

Commit

Permalink
Fix git commit message by syncgover
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Oct 29, 2024
1 parent 9177034 commit 62cf3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/syncgover/syncgover.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func syncGoVer(wd string) error {
return fmt.Errorf("could not git add the changes: %w", err)
}

if err := runCommand(wd, "git", "commit", "-m", "Update the `go` version in the `go.mod` file and GitHub Actions workflow file(s)"); err != nil {
if err := runCommand(wd, "git", "commit", "-m", "Update Go versions according to Dockerfile"); err != nil {
return fmt.Errorf("could not git commit the changes: %w", err)
}

Expand Down

0 comments on commit 62cf3eb

Please sign in to comment.