Update bufbuild plugin references#2253
Merged
kyleconroy merged 3 commits intosqlc-dev:mainfrom Jun 6, 2023
mfridman:mf-buf-plugins
Merged
Update bufbuild plugin references#2253kyleconroy merged 3 commits intosqlc-dev:mainfrom mfridman:mf-buf-plugins
kyleconroy merged 3 commits intosqlc-dev:mainfrom
mfridman:mf-buf-plugins
Conversation
mfridman
commented
May 2, 2023
| enabled: true | ||
| plugins: | ||
| - remote: buf.build/protocolbuffers/plugins/go:v1.28.1-1 | ||
| - plugin: buf.build/protocolbuffers/go:v1.30.0 |
Contributor
Author
There was a problem hiding this comment.
- Newer versions of the buf CLI use the
pluginkey for both remote/local plugin references - I updated to the latest versions, although can also omit the versions so it always uses the latest:
plugins:
- plugin: buf.build/protocolbuffers/go
Collaborator
|
Thanks! |
alfonsodev
pushed a commit
to ExponentiaTeam/sqlc
that referenced
this pull request
Oct 13, 2025
* Update bufbuild plugin references * newline * codegen: Update generated code --------- Co-authored-by: Kyle Conroy <kyle@conroy.org>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Small cleanup to the
buf.gen.yamlplugin references:We've made some changes to Remote Plugins and figured it'd be nice to update references in popular open-source projects.