upgrade go-app, enable protovalidate
All checks were successful
Build and Publish / check-chart (push) Successful in 10s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / release (push) Successful in 4m54s

This commit is contained in:
2025-07-21 16:57:15 -04:00
parent 1759f91cd1
commit 1a72ff3802
4 changed files with 53 additions and 15 deletions

View File

@ -26,6 +26,11 @@
"enableInstrumentation": {
"type": "boolean"
},
"enableProtovalidate": {
"description": "Add a chain unary and streaming interceptor for buf.build/go/protovalidate",
"default": false,
"type": "boolean"
},
"enableReflection": {
"type": "boolean"
},