In my docker file , I have following Lines RUN go get -v -u go.mongodb.org/mongo-driver/mongo
RUN go get -d -v ./... ***RUN go get google.golang.org/api/option* I am getting following error . Everything was working fine 3 days before. Step 9/17 : RUN go get google.golang.org/api/option ---> Running in ec36bafa25aa # google.golang.org/api/option ../google.golang.org/api/option/option.go:153:14: undefined: grpc.RoundRobin ../google.golang.org/api/option/option.go:154:42: undefined: grpc.WithBalancer The command '/bin/sh -c go get google.golang.org/api/option' returned a non-zero code: 2 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/670d9d71-11b3-474f-9f22-8434428b806b%40googlegroups.com.