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/v2@v2.15.0/protoc-gen-grpc-gateway/main.go:18:2: github.com/golang/glog@v1.2.1: missing go.sum entry for go.mod file; to add it: go mod download github.com/golang/glog ``` Signed-off-by: Spolti <fspolti@redhat.com>
- Loading branch information