Bump google.golang.org/grpc from 1.48.0 to 1.53.0 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.48.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
EventMesh Server Go
- use golangci-lint static code check
- install:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latestmake lint
- test code
make test
- test coverage
make coverage
- build code
make build