Chore: use the number of cpus in parallel make

This commit is contained in:
Dreamacro
2023-03-18 20:19:34 +08:00
parent fcbe2f06cc
commit d808576f98
4 changed files with 18 additions and 4 deletions

2
go.mod
View File

@ -17,7 +17,7 @@ require (
github.com/stretchr/testify v1.8.2
go.etcd.io/bbolt v1.3.7
go.uber.org/atomic v1.10.0
go.uber.org/automaxprocs v1.5.1
go.uber.org/automaxprocs v1.5.2
golang.org/x/crypto v0.7.0
golang.org/x/net v0.8.0
golang.org/x/sync v0.1.0