Skip to content

Commit

Permalink
Update protoc-gen-go comment to fix make check (#257)
Browse files Browse the repository at this point in the history
* Update protoc-gen-go comment to fix `make check`

Signed-off-by: Sergi Castro <sergi@tetrate.io>

* Pin protoc-gen-go version as suggested

Signed-off-by: Sergi Castro <sergi@tetrate.io>

---------

Signed-off-by: Sergi Castro <sergi@tetrate.io>
  • Loading branch information
sergicastro authored May 13, 2024
1 parent f2ef0e4 commit 98a764d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ managed:
except:
- buf.build/envoyproxy/protoc-gen-validate
plugins:
- plugin: buf.build/protocolbuffers/go
- plugin: buf.build/protocolbuffers/go:v1.34.1
out: gen/go
opt:
- paths=source_relative
Expand Down
2 changes: 1 addition & 1 deletion config/gen/go/v1/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/gen/go/v1/mock/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/gen/go/v1/oidc/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98a764d

Please sign in to comment.