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

Update protoc-gen-go comment to fix make check #257

Merged

Conversation

sergicastro
Copy link
Collaborator

When we update the proto-gen-go dependency we should be running make generate to update the version comment in the generated .pb.go files.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@f2ef0e4). Click here to learn what that means.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #257   +/-   ##
=======================================
  Coverage        ?   90.64%           
=======================================
  Files           ?       25           
  Lines           ?     1603           
  Branches        ?        0           
=======================================
  Hits            ?     1453           
  Misses          ?      107           
  Partials        ?       43           

Copy link
Collaborator

@nacx nacx left a comment

Choose a reason for hiding this comment

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

Can we also pin protoc-gen-go to avoid this happening randomly? Let's change this line:

- plugin: buf.build/protocolbuffers/go

to plugin: buf.build/protocolbuffers/go:v1.34.1

@sergicastro
Copy link
Collaborator Author

Good point, version pinned!

@istio-testing istio-testing merged commit 98a764d into istio-ecosystem:main May 13, 2024
13 checks passed
@sergicastro sergicastro deleted the protoc-gen-go-comment-update branch May 14, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants