Skip to content

Commit 6301be1

Browse files
committed
fix linting error
1 parent aae18b7 commit 6301be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloud/services/eks/roles.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ limitations under the License.
1717
package eks
1818

1919
import (
20+
"context"
2021
"fmt"
2122
"strings"
2223

2324
"github.com/aws/aws-sdk-go-v2/aws"
2425
"github.com/aws/smithy-go"
2526
"github.com/pkg/errors"
26-
"golang.org/x/net/context"
2727

2828
"sigs.k8s.io/cluster-api-provider-aws/v2/cmd/clusterawsadm/api/bootstrap/v1beta1"
2929
ekscontrolplanev1 "sigs.k8s.io/cluster-api-provider-aws/v2/controlplane/eks/api/v1beta2"

0 commit comments

Comments
 (0)