Skip to content

Commit 8d9822a

Browse files
committed
Changed featuregate into CLI - instrumentation go
Signed-off-by: Yuri Sa <[email protected]>
1 parent 85ddf2b commit 8d9822a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/instrumentation/upgrade/upgrade.go

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ func (u *InstrumentationUpgrade) upgrade(_ context.Context, inst v1alpha1.Instru
132132
upgraded.Spec.DotNet.Image = u.DefaultAutoInstDotNet
133133
upgraded.Annotations[annotation] = u.DefaultAutoInstDotNet
134134
}
135-
}
136135
case constants.AnnotationDefaultAutoInstrumentationGo:
137136
if inst.Spec.Go.Image == autoInst {
138137
upgraded.Spec.Go.Image = u.DefaultAutoInstGo

0 commit comments

Comments
 (0)