Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.1 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.1 to 1.9.1. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin-gonic/gin/compare/v1.8.1...v1.9.1) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin 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