diff --git a/pkg/action/upgrade_test.go b/pkg/action/upgrade_test.go index a0297bca2..c85355fee 100644 --- a/pkg/action/upgrade_test.go +++ b/pkg/action/upgrade_test.go @@ -660,7 +660,7 @@ func TestUpgradeRelease_DryRunServerValidation(t *testing.T) { config.KubeClient.(*kubefake.FailingKubeClient).UpdateError = expectedErr upAction.DryRunStrategy = DryRunServer - vals := map[string]interface{}{} + vals := map[string]any{} ctx, done := context.WithCancel(t.Context()) _, err := upAction.RunWithContext(ctx, rel.Name, buildChart(), vals) done()