Skip to content

Commit

Permalink
update yaml to v3 in the release/manifest package
Browse files Browse the repository at this point in the history
updating to v3 does make changes to Marshaling but Unmarshal should
behave the same
  • Loading branch information
crhntr committed Dec 12, 2023
1 parent 3084288 commit fb88b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/manifest/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

bosherr "github.com/cloudfoundry/bosh-utils/errors"
boshsys "github.com/cloudfoundry/bosh-utils/system"
yaml "gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)

type Manifest struct {
Expand Down

0 comments on commit fb88b36

Please sign in to comment.