Skip to content

Commit

Permalink
feat: fix lint failed (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao authored May 7, 2024
1 parent a1a7f25 commit fdcd43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lint.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func lint() {
}

cmd = exec.Command(filepath.Join(goBin(), "golangci-lint"))
cmd.Args = append(cmd.Args, "run", "--config", "../build/.golangci.yml")
cmd.Args = append(cmd.Args, "run", "--config", "../build/.golangci.yml", "--timeout", "10m")

if *v {
cmd.Args = append(cmd.Args, "-v")
Expand Down

0 comments on commit fdcd43a

Please sign in to comment.