Skip to content

Commit c9a011b

Browse files
committed
Use yaml v3 to fix panic
1 parent ad29f49 commit c9a011b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

components/kubernetes/cilium/kind.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"text/template"
99

1010
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
11-
"gopkg.in/yaml.v2"
11+
"gopkg.in/yaml.v3"
1212

1313
"github.com/DataDog/test-infra-definitions/common/config"
1414
"github.com/DataDog/test-infra-definitions/common/utils"

go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ require (
3535
github.com/samber/lo v1.47.0
3636
github.com/stretchr/testify v1.10.0
3737
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8
38-
gopkg.in/yaml.v2 v2.4.0
3938
gopkg.in/yaml.v3 v3.0.1
4039
)
4140

0 commit comments

Comments
 (0)