-
Notifications
You must be signed in to change notification settings - Fork 275
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
Make upgrade and update minimum Go version to 1.21 #3123
Merged
Merged
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a099587 - Browse repository at this point
Copy the full SHA a099587View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9cfba3 - Browse repository at this point
Copy the full SHA e9cfba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for beabd3d - Browse repository at this point
Copy the full SHA beabd3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f078c9d - Browse repository at this point
Copy the full SHA f078c9dView commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84b688b - Browse repository at this point
Copy the full SHA 84b688bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88680f9 - Browse repository at this point
Copy the full SHA 88680f9View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 739510f - Browse repository at this point
Copy the full SHA 739510fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e9136 - Browse repository at this point
Copy the full SHA 02e9136View commit details
Commits on Aug 2, 2024
-
Add
clean
tobuf.gen.yaml
(#3130)As a quick follow-up to #3124 and in response to #3124 (comment), this adds a `clean` config key to `v2` `buf.gen.yaml`, for example: ```yaml version: v2 clean: true plugins: - local: custom-gen-go out: gen/go opt: paths=source_relative strategy: directory - protoc_builtin: java out: gen/java ``` When running `buf generate` with the above configs, the outs set to each plugin (e.g. `gen/go` and `gen/java`) will be removed before code generation is run. If `buf generate --clean` flag is set, then that will always take precedence, even if `clean: false` in the configuration. And likewise, if `buf generate --clean=false`, and `clean: true` in the configuration, then we would not delete the out directories. --------- Co-authored-by: Oliver Sun <73540835+oliversun9@users.noreply.github.com> Co-authored-by: Oliver Sun <osun@buf.build> Co-authored-by: bufdev <4228796+bufdev@users.noreply.github.com> Co-authored-by: bufdev <bufdev-github@buf.build>
Configuration menu - View commit details
-
Copy full SHA for a9cff46 - Browse repository at this point
Copy the full SHA a9cff46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f56d7 - Browse repository at this point
Copy the full SHA 49f56d7View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e8bf31 - Browse repository at this point
Copy the full SHA 2e8bf31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e3e4f7 - Browse repository at this point
Copy the full SHA 6e3e4f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 518c7ac - Browse repository at this point
Copy the full SHA 518c7acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aeda9e - Browse repository at this point
Copy the full SHA 4aeda9eView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 209ae18 - Browse repository at this point
Copy the full SHA 209ae18View commit details -
Configuration menu - View commit details
-
Copy full SHA for c861239 - Browse repository at this point
Copy the full SHA c861239View commit details -
Configuration menu - View commit details
-
Copy full SHA for c459a34 - Browse repository at this point
Copy the full SHA c459a34View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a5584 - Browse repository at this point
Copy the full SHA b7a5584View commit details -
Configuration menu - View commit details
-
Copy full SHA for b760dee - Browse repository at this point
Copy the full SHA b760deeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8441fd5 - Browse repository at this point
Copy the full SHA 8441fd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fb2a7d - Browse repository at this point
Copy the full SHA 2fb2a7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f76ba92 - Browse repository at this point
Copy the full SHA f76ba92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d21f7c - Browse repository at this point
Copy the full SHA 7d21f7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0cfe4f - Browse repository at this point
Copy the full SHA e0cfe4fView commit details
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.