bufbuild / protovalidate-go

Protocol Buffer Validation for Go
https://pkg.go.dev/github.com/bufbuild/protovalidate-go
Apache License 2.0
294 stars 19 forks source link

[Question] How to use protovalidate-go in github-actions #68

Closed Masedko closed 1 year ago

Masedko commented 1 year ago

Hi, I use GitHub actions and buf to generate pb.go files. But I have no clue how to make it work with protovalidate. Do I need to create go module and then make it work? Thank you in advance!

Masedko commented 1 year ago

For other plugins, I just use go install, but it doesn't work with protovalidate-go. Any suggestions, on how to make this work?

Masedko commented 1 year ago

I don't need to install protovalidate-go, I just specified it in buf.yaml, so this question is closed