Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update protoc to v3.20.1 #923

Merged
merged 1 commit into from
May 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ updates:
- 1.10.0
- dependency-name: google.golang.org/protobuf
versions:
- 1.26.0
- dependency-name: github.com/golang/protobuf
versions:
- 1.5.1
- 1.5.2
- 1.28.0
- dependency-name: github.com/golang/mock
versions:
- 1.5.0
20 changes: 10 additions & 10 deletions client/configpb/multilog.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ require (
github.com/fullstorydev/grpcurl v1.8.6
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Win!

github.com/google/go-cmp v0.5.8
github.com/google/trillian v1.4.1-0.20220503161811-32257c5c3ca0
github.com/gorilla/mux v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN cd /usr/bin && curl -L -O https://github.com/stedolan/jq/releases/download/j
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.18.0
RUN mkdir protoc && \
(cd protoc && \
PROTOC_VERSION=3.12.4 && \
PROTOC_VERSION=3.20.1 && \
PROTOC_ZIP="protoc-${PROTOC_VERSION}-linux-x86_64.zip" && \
wget "https://github.com/google/protobuf/releases/download/v${PROTOC_VERSION}/${PROTOC_ZIP}" && \
unzip -o ${PROTOC_ZIP} -d /usr/local bin/protoc && \
Expand Down
38 changes: 19 additions & 19 deletions trillian/ctfe/configpb/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions trillian/migrillian/configpb/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.