Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: develop container image build (#46)
chore: Fix the following issue while tring to build the develop container, (reproducible locally with: `make build`): ``` go: downloading gopkg.in/yaml.v3 v3.0.1 /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/[email protected]/protoc-gen-grpc-gateway/main.go:18:2: github.com/golang/[email protected]: missing go.sum entry for go.mod file; to add it: go mod download github.com/golang/glog ``` Signed-off-by: Spolti <[email protected]>
- Loading branch information