YaleUniversity / packer-plugin-goss

Goss Provisioner for Packer
MIT License
136 stars 45 forks source link

Update packer-plugin-sdk to use version 0.1 #50

Closed azr closed 3 years ago

azr commented 3 years ago

A recent update in the packer-plugin-sdk was a breaking change in Packer's internal marshalling for communicating with plugins : https://github.com/hashicorp/packer-plugin-sdk/pull/31

It could be that this project is not impacted, but updating to v0.1 will make sure it's not the case. I didn't update the go.sum file, this will happen automatically next time you run go ... in the project folder.