Skip to content

Commit

Permalink
[chore] fix wrong usage of yaml.v2 instead of yaml.v3 (#5892)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan <[email protected]>

Signed-off-by: Bogdan <[email protected]>
  • Loading branch information
bogdandrutu authored Aug 10, 2022
1 parent 7a41e2f commit 4988625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confmap/confmaptest/configtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"path/filepath"
"regexp"

"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"

"go.opentelemetry.io/collector/confmap"
)
Expand Down

0 comments on commit 4988625

Please sign in to comment.