diff --git a/internal/codegenerator/supported_features.go b/internal/codegenerator/supported_features.go index dd476abfc4c..3b96d4db85b 100644 --- a/internal/codegenerator/supported_features.go +++ b/internal/codegenerator/supported_features.go @@ -12,8 +12,8 @@ func supportedCodeGeneratorFeatures() uint64 { } func supportedEditions() (descriptorpb.Edition, descriptorpb.Edition) { - // Declare support for edition 2023 only - return descriptorpb.Edition_EDITION_2023, descriptorpb.Edition_EDITION_2023 + // Declare support up to edition 2024 + return descriptorpb.Edition_EDITION_2023, descriptorpb.Edition_EDITION_2024 } // SetSupportedFeaturesOnPluginGen sets supported proto3 features