From 597eb278e8d5e30802316860512aba30d3d05e1d Mon Sep 17 00:00:00 2001 From: Jared Stehr Rivera Date: Sat, 10 Feb 2024 18:11:20 +0800 Subject: [PATCH] fix linting issues Signed-off-by: Jared Stehr Rivera --- pkg/action/rollback_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/action/rollback_test.go b/pkg/action/rollback_test.go index 7faf64cc4..90fe402cc 100644 --- a/pkg/action/rollback_test.go +++ b/pkg/action/rollback_test.go @@ -25,6 +25,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "helm.sh/helm/v3/pkg/chart" "helm.sh/helm/v3/pkg/release" )