-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot initialize plugin with Packer 1.11.z due to plugin version mismatch error #90
Comments
You have to use the latest plugin version (3.2.10) in your packer plugin configuration |
I am using: goss = {
version = "~> 3.2"
source = "github.com/YaleUniversity/goss"
} From testing locally, I don't think |
Will check asap, something is going on I tested the release CI assets a few times but I guess one PR messed with the goreleaser config .. |
I don't think it was ever working properly before. Looking at the history of
I think the version has always been set to |
Yeah seems likes it but a local packer init has always worked for me. But will investigate later and hopefully fix it for good |
The plugin version check was only released in Packer 1.11.0, which was released a few days ago. |
Oh that makes sense! Thanks for investigating |
When trying to initialize the plugin with Packer 1.11.z, I get the following error:
It seems there's an issue with setting the version number using ldflags in Goreleaser: https://github.com/YaleUniversity/packer-plugin-goss/blob/master/main.go#L14
The text was updated successfully, but these errors were encountered: