-
Notifications
You must be signed in to change notification settings - Fork 335
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 to google.golang.org/protobuf and deprecation changes #1444
Merged
syntxerror
merged 20 commits into
googleforgames:main
from
mridulji:update_golang_protobuf
Jan 17, 2023
Merged
update to google.golang.org/protobuf and deprecation changes #1444
syntxerror
merged 20 commits into
googleforgames:main
from
mridulji:update_golang_protobuf
Jan 17, 2023
Conversation
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
mridulji
requested review from
aLekSer,
HazWard,
calebatwd,
syntxerror,
sawagh,
andrewgrundy and
scosgrave
as code owners
March 4, 2022 17:15
mridulji
added
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Mar 15, 2022
andrewgrundy
approved these changes
Jun 27, 2022
mridulji
force-pushed
the
update_golang_protobuf
branch
from
July 27, 2022 18:25
5c3ea8c
to
60f4b3e
Compare
@andrewgrundy Hi, I am trying to start developing open-match but need to upgrade toolchains for building on Apple Silicon (arm64) machine. I look forward to your review! |
mridulji
force-pushed
the
update_golang_protobuf
branch
from
November 14, 2022 12:19
45141ae
to
cf9bd0e
Compare
mridulji
force-pushed
the
update_golang_protobuf
branch
from
December 13, 2022 16:08
e485a32
to
bfae0d1
Compare
mridulji
force-pushed
the
update_golang_protobuf
branch
from
December 14, 2022 10:26
d0f076c
to
6e8454d
Compare
mridulji
force-pushed
the
update_golang_protobuf
branch
3 times, most recently
from
January 13, 2023 18:57
53f57ce
to
df6e036
Compare
syntxerror
removed
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Jan 17, 2023
syntxerror
approved these changes
Jan 17, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
mridulji
added
good first issue
Good for newcomers
area/feature
area/productionization
dependencies
Pull requests that update a dependency file
labels
Feb 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/feature
area/productionization
dependencies
Pull requests that update a dependency file
good first issue
Good for newcomers
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / Why we need it:
Update package github.com/golang/protobuf to google.golang.org/protobuf to keep Open Match dependencies up-to-date.
Which issue(s) this PR fixes:
Closes #1443
Special notes for your reviewer:
Tools updates:
protoc v3.19.4
kubectl v1.21.5
golang v1.19.4