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

Use unreleased version of protoc for custom check plugins #156

Closed
wants to merge 1 commit into from

Conversation

doriable
Copy link
Member

This change https://github.com/protocolbuffers/protobuf-go/blob/94ecbc26168965a670a0f7cf86f658131c790a9c/reflect/protodesc/desc_init.go#L218-L220 was pulled in
to support custom lint/breaking plugins, so updating makego to reflect this change from bufbuild/buf.

@@ -7,8 +7,10 @@ $(call _assert_var,CACHE_VERSIONS)
$(call _assert_var,CACHE_BIN)

# Settable
# https://github.com/protocolbuffers/protobuf-go/releases 20240906 checked 20240916
PROTOC_GEN_GO_VERSION ?= v1.34.3-0.20240906163944-03df6c145d96
Copy link
Member

Choose a reason for hiding this comment

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

Commit 03df6c1 is the latest commit on master, which includes commit 94ecbc2 from Aug 16, 2024.

I presume we don't want to be this far ahead? No strong opinion either way, we just need this commit to be at or ahead of whatever is in bufbuild/buf.

@doriable
Copy link
Member Author

Closing this, since we're all good, going to sync up bufbuild/buf.

@doriable doriable closed this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants