mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 08:21:43 -04:00
The PluginVersionConfig structure was first introduced when building the early versions of the test package, but it was an unnecessary abstraction over go-version.Version. So we remove that structure definition, and instead we directly use the version for building those temporary plugins.