Skip to content

Commit

Permalink
Fix golangci-lint finding.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScheererJ authored Sep 27, 2024
1 parent e4b6f56 commit 9eb9384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ipam/cidr_allocator.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ func (c *cidrAllocator) fetchIPv6Address(ctx context.Context, node *v1.Node) (st
}
instanceID := strings.Split(providerURL.Path, "/")[2]

klog.V(4).Infof(fmt.Sprintf("Instance ID of node is %q", instanceID))
klog.V(4).Infof("Instance ID of node is %q", instanceID)

eni, err := c.ec2Client.DescribeNetworkInterfaces(
ctx,
Expand Down

0 comments on commit 9eb9384

Please sign in to comment.