Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fix the CI dockerhub release error (#118)
Because of this project is using golang version 1.19, We should choice a good versions for packages. Changes: - Changed version of google.golang.org/protobuf/cmd/protoc-gen-go from @latest to @v1.28.0 - Changed version of google.golang.org/protobuf/cmd/protoc-gen-go from @latest to @v1.2.0 - Download modules with `go mod download` command instead of downloading packages with latest versions like: "RUN go get google.golang.org/grpc"
- Loading branch information