compose-go icon indicating copy to clipboard operation
compose-go copied to clipboard

Support YAML 1.2 and later

Open ndeloof opened this issue 3 years ago • 0 comments

Initially reported as https://github.com/docker/compose-cli/issues/1621

compose-go can't load a yaml file using Yaml 1.2 directive

%YAML 1.2
---
...

require go-yaml/yaml#298 expected to be fixed in gopkg.in/yaml.v3

ndeloof avatar May 10 '21 07:05 ndeloof