Skip to content

Commit 6623317

Browse files
committed
fix: FeatureGate changed MutableVersionedFeatureGate
Signed-off-by: Paul Bastide <[email protected]>
1 parent ac2dd50 commit 6623317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/flags/logging.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
)
3131

3232
type LoggingConfig struct {
33-
featureGate featuregate.MutableFeatureGate
33+
featureGate featuregate.MutableVersionedFeatureGate
3434
config *logsapi.LoggingConfiguration
3535
}
3636

0 commit comments

Comments
 (0)