Skip to content

Commit

Permalink
Use yaml v3 to fix panic
Browse files Browse the repository at this point in the history
  • Loading branch information
hmahmood committed Mar 3, 2025
1 parent ad29f49 commit c9a011b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/kubernetes/cilium/kind.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"text/template"

"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"

"github.com/DataDog/test-infra-definitions/common/config"
"github.com/DataDog/test-infra-definitions/common/utils"
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ require (
github.com/samber/lo v1.47.0
github.com/stretchr/testify v1.10.0
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)

Expand Down

0 comments on commit c9a011b

Please sign in to comment.