goss-org / goss

Quick and Easy server testing/validation
https://goss.rocks
Apache License 2.0
5.5k stars 470 forks source link

Fixed: junit and json output bug causing panic #849

Closed aelsabbahy closed 8 months ago

aelsabbahy commented 8 months ago
Checklist

Description of change

Fixed: junit and json output bug causing panic

Took this as an opportunity to migrate yaml.v2 -> yaml.v3 which allowed removing the conversion code that existed in goss.

The need to convert back and forth between map[interface{}]interface{} and map[string]inteface{} is no longer present with the new version of the yaml library.

fixes #846 #848