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>
2 files changed
tree: be23c3b4bd10ba7148369a95544722bcc55cb010
  1. .github/
  2. api/
  3. assets/
  4. config/
  5. configs/
  6. deployments/
  7. examples/
  8. log/
  9. pkg/
  10. plugin/
  11. runtime/
  12. scripts/
  13. style/
  14. tests/
  15. .asf.yaml
  16. eventmesh.go
  17. go.mod
  18. go.sum
  19. LICENSE
  20. Makefile
  21. README.md
README.md

EventMesh Server Go

  • Makefile tip
  1. use golangci-lint static code check
  • install: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
  • make lint
  1. test code
  • make test
  1. test coverage
  • make coverage
  1. build code
  • make build