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

fix: use go.mod protobuf version for generation #395

Merged
merged 2 commits into from
Nov 7, 2024

Conversation

kruskall
Copy link
Member

@kruskall kruskall commented Nov 7, 2024

πŸ§‘β€πŸ’» What changed

remove explicit version from shell script and use go.mod

❓ Why was this changed

go.mod version and shell version needs to be kept in sync

βœ… How to test

run make generate-modelpb

remove explicit version from shell script and use go.mod
@kruskall kruskall requested a review from a team as a code owner November 7, 2024 20:02
@elastic-observability-automation elastic-observability-automation bot added the safe-to-test Changes are safe to run in the CI label Nov 7, 2024
@kruskall kruskall merged commit d6bdea0 into elastic:main Nov 7, 2024
5 checks passed
@kruskall kruskall deleted the fix/use-gomod-versions branch November 7, 2024 20:28
@kruskall kruskall mentioned this pull request Nov 8, 2024
@@ -16,7 +16,7 @@
// under the License.

// Code generated by protoc-gen-go-vtproto. DO NOT EDIT.
// protoc-gen-go-vtproto version: v0.6.0
// protoc-gen-go-vtproto version: v0.6.1-0.20240319094008-0393e58bdf10
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this now using an unreleased version ?

Copy link
Member Author

Choose a reason for hiding this comment

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

the version being used has been the same for three months

github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
and unfortunately it's not decided by us 341bb20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe-to-test Changes are safe to run in the CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants