Skip to content

Commit

Permalink
lint: fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall committed Dec 2, 2024
1 parent 83978e6 commit efe3d2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-tools/mage/kubernetes/kind.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ func (m *KindIntegrationTestStep) Setup(env map[string]string) error {
}

cfg, err := os.CreateTemp("", "kind-")
if err != nil {
return err
}
if _, err := cfg.WriteString(fmt.Sprintf(`
apiVersion: kind.x-k8s.io/v1alpha4
kind: Cluster
Expand Down

0 comments on commit efe3d2f

Please sign in to comment.