-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: upgrade protobuf dependencies (#5807)
- Loading branch information
Showing
23 changed files
with
849 additions
and
832 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,8 @@ RUN apk add --no-cache \ | |
# Newer versions of protoc-gen-go are stricter with the `go_package` argument, which is invalid in the K8s protobufs | ||
# so we're currently locked to an older version as there's no way to suppress the error | ||
# see https://github.com/golang/protobuf/issues/1316 | ||
RUN go install 'github.com/golang/protobuf/[email protected]' | ||
RUN go install 'google.golang.org/protobuf/cmd/[email protected]' | ||
RUN go install 'google.golang.org/grpc/cmd/[email protected]' | ||
RUN go install 'github.com/google/wire/cmd/[email protected]' | ||
RUN go install 'golang.org/x/tools/cmd/goimports@latest' | ||
ARG GRPC_GATEWAY_VERSION="v1.16.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.