-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
github.com/golang/protobuf used to generate proto (1.3.5) is desynced with one from go.mod (1.5.2):
buildkit/hack/dockerfiles/generated-files.Dockerfile
Lines 23 to 25 in 6bff150
| ARG PROTOBUF_VERSION=v1.3.5 | |
| RUN --mount=target=/root/.cache,type=cache GO111MODULE=on go install \ | |
| github.com/golang/protobuf/protoc-gen-go@${PROTOBUF_VERSION} |
Line 35 in 6bff150
| github.com/golang/protobuf v1.5.2 |
We should fix this and also inferred go install from go.mod using tools build constraint to avoid that in the future.
Reactions are currently unavailable