We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd7316 commit deaca06Copy full SHA for deaca06
1 file changed
internal/config/constants.go
@@ -107,9 +107,9 @@ const (
107
// ProtobufGoVersion is the version of protobuf.
108
// renovate: datasource=go depName=google.golang.org/protobuf/cmd/protoc-gen-go
109
ProtobufGoVersion = "v1.36.11"
110
- // ProtobufTSGatewayVersion is the version of protobuf-ts.
+ // ProtobufTSGatewayVersion is the version of protoc-gen-grpc-gateway-ts.
111
// renovate: datasource=go depName=github.com/siderolabs/protoc-gen-grpc-gateway-ts
112
- ProtobufTSGatewayVersion = "v1.3.1"
+ ProtobufTSGatewayVersion = "v1.4.0"
113
// ReleaseActionVersion is the version of release github action.
114
// renovate: datasource=github-tags depName=softprops/action-gh-release
115
ReleaseActionVersion = "v2.5.0"
0 commit comments